#BBBACB

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

Shades of Blue Haze #BBBACB

Tints of Blue Haze #BBBACB

Color information

#BBBACB (or 0xBBBACB) is unknown color: approx Blue Haze. HEX triplet: BB, BA and CB. RGB value is (187,186,203). Sum of RGB (Red+Green+Blue) = 187+186+203=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBBACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBACB is #444534. Grayscale: #BCBCBC. Windows color (decimal): -4474165 or 13351611. OLE color: 13351611.

HSL color Cylindrical-coordinate representation of color #BBBACB: hue angle of 243.53º degrees, saturation: 0.14, 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 #BBBACB is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187186203-
CMYK0.080.0800.20
HSL243.53º14.05%76.27%-
HSV(B)243.53º8.37%79.61%-
XYZ48.8349.9963.58-
YUV188.24136.33127.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.47%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=32.47%
G=32.29%
B=35.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871862030.080.0800.20243.5314.0576.27
HexBBBACB88014f4e4c
Octal273272313101002436416114
Binary101110111011101011001011100010000101001111010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBACB; }

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

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

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

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

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

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

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

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