#BCB9C5

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

Shades of Blue Haze #BCB9C5

Tints of Blue Haze #BCB9C5

Color information

#BCB9C5 (or 0xBCB9C5) is unknown color: approx Blue Haze. HEX triplet: BC, B9 and C5. RGB value is (188,185,197). Sum of RGB (Red+Green+Blue) = 188+185+197=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCB9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB9C5 is #43463A. Grayscale: #BBBBBB. Windows color (decimal): -4408891 or 12958140. OLE color: 12958140.

HSL color Cylindrical-coordinate representation of color #BCB9C5: hue angle of 255º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCB9C5 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188185197-
CMYK0.050.0600.23
HSL255º9.37%74.9%-
HSV(B)255º6.09%77.25%-
XYZ48.1749.4259.82-
YUV187.26133.49128.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 185 (72.66% from 255) = 32.46%
BLUE value IS 197 (77.34% from 255) = 34.56%
R=32.98%
G=32.46%
B=34.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881851970.050.0600.232559.3774.9
HexBCB9C556017ff94b
Octal2742713055602737711113
Binary1011110010111001110001011011100101111111111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB9C5; }

 p { color: rgb(188,185,197); }

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

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

 a { background-color: rgb(188,185,197); }

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

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

 span { border-color: rgb(188,185,197); }

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