#BBB5CA

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

Shades of Blue Haze #BBB5CA

Tints of Blue Haze #BBB5CA

Color information

#BBB5CA (or 0xBBB5CA) is unknown color: approx Blue Haze. HEX triplet: BB, B5 and CA. RGB value is (187,181,202). Sum of RGB (Red+Green+Blue) = 187+181+202=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5CA is #444A35. Grayscale: #B9B9B9. Windows color (decimal): -4475446 or 13284795. OLE color: 13284795.

HSL color Cylindrical-coordinate representation of color #BBB5CA: hue angle of 257.14º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBB5CA is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187181202-
CMYK0.070.1000.21
HSL257.14º16.54%75.1%-
HSV(B)257.14º10.4%79.22%-
XYZ47.6847.8862.61-
YUV185.19137.49129.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 181 (71.09% from 255) = 31.75%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=32.81%
G=31.75%
B=35.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871812020.070.1000.21257.1416.5475.1
HexBBB5CA7A015101114b
Octal27326531271202540121113
Binary1011101110110101110010101111010010101100000001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5CA; }

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

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

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

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

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

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

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

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