#BBBACD

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

Shades of Blue Haze #BBBACD

Tints of Blue Haze #BBBACD

Color information

#BBBACD (or 0xBBBACD) is unknown color: approx Blue Haze. HEX triplet: BB, BA and CD. RGB value is (187,186,205). Sum of RGB (Red+Green+Blue) = 187+186+205=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBACD is #444532. Grayscale: #BCBCBC. Windows color (decimal): -4474163 or 13482683. OLE color: 13482683.

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

Color convert

RGB187186205-
CMYK0.090.0900.20
HSL243.16º15.97%76.67%-
HSV(B)243.16º9.27%80.39%-
XYZ49.0750.0964.84-
YUV188.46137.33126.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=32.35%
G=32.18%
B=35.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871862050.090.0900.20243.1615.9776.67
HexBBBACD99014f3104d
Octal273272315111102436320115
Binary1011101110111010110011011001100101010011110011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBACD; }

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

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

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

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

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

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

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

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