#BBBACC

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

Shades of Blue Haze #BBBACC

Tints of Blue Haze #BBBACC

Color information

#BBBACC (or 0xBBBACC) is unknown color: approx Blue Haze. HEX triplet: BB, BA and CC. RGB value is (187,186,204). Sum of RGB (Red+Green+Blue) = 187+186+204=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBACC is #444533. Grayscale: #BCBCBC. Windows color (decimal): -4474164 or 13417147. OLE color: 13417147.

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

Color convert

RGB187186204-
CMYK0.080.0900.2
HSL243.33º15%76.47%-
HSV(B)243.33º8.82%80%-
XYZ48.9550.0464.21-
YUV188.35136.83127.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.41%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=32.41%
G=32.24%
B=35.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871862040.080.0900.2243.331576.47
HexBBBACC89014f3f4c
Octal273272314101102436317114
Binary101110111011101011001100100010010101001111001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBACC; }

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

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

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

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

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

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

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

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