#BCBBCB

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

Shades of Blue Haze #BCBBCB

Tints of Blue Haze #BCBBCB

Color information

#BCBBCB (or 0xBCBBCB) is unknown color: approx Blue Haze. HEX triplet: BC, BB and CB. RGB value is (188,187,203). Sum of RGB (Red+Green+Blue) = 188+187+203=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCBBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBCB is #434434. Grayscale: #BDBDBD. Windows color (decimal): -4408373 or 13351868. OLE color: 13351868.

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

Color convert

RGB188187203-
CMYK0.070.0800.20
HSL243.75º13.33%76.47%-
HSV(B)243.75º7.88%79.61%-
XYZ49.2950.5463.66-
YUV189.12135.83127.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=32.53%
G=32.35%
B=35.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881872030.070.0800.20243.7513.3376.47
HexBCBBCB78014f4d4c
Octal27427331371002436415114
Binary10111100101110111100101111110000101001111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBBCB; }

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

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

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

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

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

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

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

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