#BCBBCD

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

Shades of Blue Haze #BCBBCD

Tints of Blue Haze #BCBBCD

Color information

#BCBBCD (or 0xBCBBCD) is unknown color: approx Blue Haze. HEX triplet: BC, BB and CD. RGB value is (188,187,205). Sum of RGB (Red+Green+Blue) = 188+187+205=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCBBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBCD is #434432. Grayscale: #BDBDBD. Windows color (decimal): -4408371 or 13482940. OLE color: 13482940.

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

Color convert

RGB188187205-
CMYK0.080.0900.20
HSL243.33º15.25%76.86%-
HSV(B)243.33º8.78%80.39%-
XYZ49.5350.6464.92-
YUV189.35136.83127.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.41%
GREEN value IS 187 (73.44% from 255) = 32.24%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=32.41%
G=32.24%
B=35.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881872050.080.0900.20243.3315.2576.86
HexBCBBCD89014f3f4d
Octal274273315101102436317115
Binary101111001011101111001101100010010101001111001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBCD; }

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

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

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

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

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

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

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

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