#BCBBCC

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

Shades of Blue Haze #BCBBCC

Tints of Blue Haze #BCBBCC

Color information

#BCBBCC (or 0xBCBBCC) is unknown color: approx Blue Haze. HEX triplet: BC, BB and CC. RGB value is (188,187,204). Sum of RGB (Red+Green+Blue) = 188+187+204=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBCC is #434433. Grayscale: #BDBDBD. Windows color (decimal): -4408372 or 13417404. OLE color: 13417404.

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

Color convert

RGB188187204-
CMYK0.080.0800.2
HSL243.53º14.29%76.67%-
HSV(B)243.53º8.33%80%-
XYZ49.4150.5964.29-
YUV189.24136.33127.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=32.47%
G=32.30%
B=35.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881872040.080.0800.2243.5314.2976.67
HexBCBBCC88014f4e4d
Octal274273314101002436416115
Binary101111001011101111001100100010000101001111010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBCC; }

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

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

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

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

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

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

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

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