#BC4266

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

Shades of Blush #BC4266

Tints of Blush #BC4266

Color information

#BC4266 (or 0xBC4266) is unknown color: approx Blush. HEX triplet: BC, 42 and 66. RGB value is (188,66,102). Sum of RGB (Red+Green+Blue) = 188+66+102=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4266 is #43BD99. Grayscale: #6A6A6A. Windows color (decimal): -4439450 or 6701756. OLE color: 6701756.

HSL color Cylindrical-coordinate representation of color #BC4266: hue angle of 342.3º 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 #BC4266 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB18866102-
CMYK00.650.460.26
HSL342.3º48.03%49.8%-
HSV(B)342.3º64.89%73.73%-
XYZ25.0915.5514.25-
YUV106.58125.42186.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 66 (26.17% from 255) = 18.54%
BLUE value IS 102 (40.23% from 255) = 28.65%
R=52.81%
G=18.54%
B=28.65%

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
Decimal1886610200.650.460.26342.348.0349.8
HexBC42660412E1A1563032
Octal274102146010156325266062
Binary10111100100001011001100100000110111011010101010110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4266; }

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

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

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

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

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

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

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

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