#BBBACA

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

Shades of Blue Haze #BBBACA

Tints of Blue Haze #BBBACA

Color information

#BBBACA (or 0xBBBACA) is unknown color: approx Blue Haze. HEX triplet: BB, BA and CA. RGB value is (187,186,202). Sum of RGB (Red+Green+Blue) = 187+186+202=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBBACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBACA is #444535. Grayscale: #BCBCBC. Windows color (decimal): -4474166 or 13286075. OLE color: 13286075.

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

Color convert

RGB187186202-
CMYK0.070.0800.21
HSL243.75º13.11%76.08%-
HSV(B)243.75º7.92%79.22%-
XYZ48.7149.9562.95-
YUV188.12135.83127.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=32.52%
G=32.35%
B=35.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871862020.070.0800.21243.7513.1176.08
HexBBBACA78015f4d4c
Octal27327231271002536415114
Binary10111011101110101100101011110000101011111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBACA; }

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

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

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

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

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

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

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

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