#BC5366

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

Shades of Blush #BC5366

Tints of Blush #BC5366

Color information

#BC5366 (or 0xBC5366) is unknown color: approx Blush. HEX triplet: BC, 53 and 66. RGB value is (188,83,102). Sum of RGB (Red+Green+Blue) = 188+83+102=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5366 is #43AC99. Grayscale: #747474. Windows color (decimal): -4435098 or 6706108. OLE color: 6706108.

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

Color convert

RGB18883102-
CMYK00.560.460.26
HSL349.14º43.93%53.14%-
HSV(B)349.14º55.85%73.73%-
XYZ26.2317.8414.63-
YUV116.56119.79178.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.40%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 102 (40.23% from 255) = 27.35%
R=50.40%
G=22.25%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888310200.560.460.26349.1443.9353.14
HexBC53660382E1A15d2c35
Octal27412314607056325355465
Binary1011110010100111100110011100010111011010101011101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5366; }

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

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

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

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

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

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

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

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