#bc5466

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

Shades of Blush #BC5466

Tints of Blush #BC5466

Color information

#BC5466 (or 0xBC5466) is unknown color: approx Blush. HEX triplet: BC, 54 and 66. RGB value is (188,84,102). Sum of RGB (Red+Green+Blue) = 188+84+102=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5466 is #43AB99. Grayscale: #757575. Windows color (decimal): -4434842 or 6706364. OLE color: 6706364.

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

Color convert

RGB18884102-
CMYK00.550.460.26
HSL349.62º43.7%53.33%-
HSV(B)349.62º55.32%73.73%-
XYZ26.3117.9914.66-
YUV117.15119.46178.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.27%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 102 (40.23% from 255) = 27.27%
R=50.27%
G=22.46%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888410200.550.460.26349.6243.753.33
HexBC54660372E1A15e2c35
Octal27412414606756325365465
Binary1011110010101001100110011011110111011010101011110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc5466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc5466; }

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

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

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

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

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

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

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

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