#BC4166

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

Shades of Blush #BC4166

Tints of Blush #BC4166

Color information

#BC4166 (or 0xBC4166) is unknown color: approx Blush. HEX triplet: BC, 41 and 66. RGB value is (188,65,102). Sum of RGB (Red+Green+Blue) = 188+65+102=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4166 is #43BE99. Grayscale: #696969. Windows color (decimal): -4439706 or 6701500. OLE color: 6701500.

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

Color convert

RGB18865102-
CMYK00.650.460.26
HSL341.95º48.62%49.61%-
HSV(B)341.95º65.43%73.73%-
XYZ25.0315.4314.23-
YUV105.99125.75186.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 102 (40.23% from 255) = 28.73%
R=52.96%
G=18.31%
B=28.73%

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
Decimal1886510200.650.460.26341.9548.6249.61
HexBC41660412E1A1563132
Octal274101146010156325266162
Binary10111100100000111001100100000110111011010101010110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4166; }

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

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

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

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

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

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

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

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