#BC5166

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

Shades of Blush #BC5166

Tints of Blush #BC5166

Color information

#BC5166 (or 0xBC5166) is unknown color: approx Blush. HEX triplet: BC, 51 and 66. RGB value is (188,81,102). Sum of RGB (Red+Green+Blue) = 188+81+102=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5166 is #43AE99. Grayscale: #737373. Windows color (decimal): -4435610 or 6705596. OLE color: 6705596.

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

Color convert

RGB18881102-
CMYK00.570.460.26
HSL348.22º44.4%52.75%-
HSV(B)348.22º56.91%73.73%-
XYZ26.0817.5414.58-
YUV115.39120.45179.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.67%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=50.67%
G=21.83%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888110200.570.460.26348.2244.452.75
HexBC51660392E1A15c2c35
Octal27412114607156325345465
Binary1011110010100011100110011100110111011010101011100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5166; }

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

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

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

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

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

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

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

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