#BC5669

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

Shades of Blush #BC5669

Tints of Blush #BC5669

Color information

#BC5669 (or 0xBC5669) is unknown color: approx Blush. HEX triplet: BC, 56 and 69. RGB value is (188,86,105). Sum of RGB (Red+Green+Blue) = 188+86+105=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5669 is #43A996. Grayscale: #767676. Windows color (decimal): -4434327 or 6903484. OLE color: 6903484.

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

Color convert

RGB18886105-
CMYK00.540.440.26
HSL348.82º43.22%53.73%-
HSV(B)348.82º54.26%73.73%-
XYZ26.6218.3715.51-
YUV118.66120.29177.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.60%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 105 (41.41% from 255) = 27.70%
R=49.60%
G=22.69%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888610500.540.440.26348.8243.2253.73
HexBC56690362C1A15d2b36
Octal27412615106654325355366
Binary1011110010101101101001011011010110011010101011101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5669; }

 p { color: rgb(188,86,105); }

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

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

 a { background-color: rgb(188,86,105); }

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

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

 span { border-color: rgb(188,86,105); }

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