#BC4265

Color #BC4265 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BC4265

Tints of Blush #BC4265

Color information

#BC4265 (or 0xBC4265) is unknown color: approx Blush. HEX triplet: BC, 42 and 65. RGB value is (188,66,101). Sum of RGB (Red+Green+Blue) = 188+66+101=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4265 is #43BD9A. Grayscale: #6A6A6A. Windows color (decimal): -4439451 or 6636220. OLE color: 6636220.

HSL color Cylindrical-coordinate representation of color #BC4265: hue angle of 342.79º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4265 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB18866101-
CMYK00.650.460.26
HSL342.79º48.03%49.8%-
HSV(B)342.79º64.89%73.73%-
XYZ25.0415.5313.99-
YUV106.47124.92186.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 66 (26.17% from 255) = 18.59%
BLUE value IS 101 (39.84% from 255) = 28.45%
R=52.96%
G=18.59%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886610100.650.460.26342.7948.0349.8
HexBC42650412E1A1573032
Octal274102145010156325276062
Binary10111100100001011001010100000110111011010101010111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4265; }

 p { color: rgb(188,66,101); }

 H1.HeaderClassName
 {
   color: #BC4265;
 }
 .AnyTagClassName
 {
   color: #BC4265;
 }
</style>
background-color css

<style>
 a { background-color: #BC4265; }

 a { background-color: rgb(188,66,101); }

 div.DivClassName
 {
   background-color: #BC4265;
 }
 .BgClassName
 {
   background-color: #BC4265;
 }
</style>
border-color css

<style>
 span { border-color: #BC4265; }

 span { border-color: rgb(188,66,101); }

 td.TdClassName
 {
   border-color: #BC4265;
 }
 .TagClassName
 {
   border-color: #BC4265;
 }
</style>