#BCB6CD

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

Shades of Blue Haze #BCB6CD

Tints of Blue Haze #BCB6CD

Color information

#BCB6CD (or 0xBCB6CD) is unknown color: approx Blue Haze. HEX triplet: BC, B6 and CD. RGB value is (188,182,205). Sum of RGB (Red+Green+Blue) = 188+182+205=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCB6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB6CD is #434932. Grayscale: #BABABA. Windows color (decimal): -4409651 or 13481660. OLE color: 13481660.

HSL color Cylindrical-coordinate representation of color #BCB6CD: hue angle of 255.65º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCB6CD is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188182205-
CMYK0.080.1100.20
HSL255.65º18.7%75.88%-
HSV(B)255.65º11.22%80.39%-
XYZ48.4948.5664.57-
YUV186.42138.49129.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.70%
GREEN value IS 182 (71.48% from 255) = 31.65%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=32.70%
G=31.65%
B=35.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881822050.080.1100.20255.6518.775.88
HexBCB6CD8B014100134c
Octal274266315101302440023114
Binary10111100101101101100110110001011010100100000000100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6CD; }

 p { color: rgb(188,182,205); }

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

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

 a { background-color: rgb(188,182,205); }

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

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

 span { border-color: rgb(188,182,205); }

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