#BBB6C9

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

Shades of Blue Haze #BBB6C9

Tints of Blue Haze #BBB6C9

Color information

#BBB6C9 (or 0xBBB6C9) is unknown color: approx Blue Haze. HEX triplet: BB, B6 and C9. RGB value is (187,182,201). Sum of RGB (Red+Green+Blue) = 187+182+201=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBB6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6C9 is #444936. Grayscale: #B9B9B9. Windows color (decimal): -4475191 or 13219515. OLE color: 13219515.

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

Color convert

RGB187182201-
CMYK0.070.0900.21
HSL255.79º14.96%75.1%-
HSV(B)255.79º9.45%78.82%-
XYZ47.7648.2462.05-
YUV185.66136.66128.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 182 (71.48% from 255) = 31.93%
BLUE value IS 201 (78.91% from 255) = 35.26%
R=32.81%
G=31.93%
B=35.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871822010.070.0900.21255.7914.9675.1
HexBBB6C979015100f4b
Octal27326631171102540017113
Binary101110111011011011001001111100101010110000000011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB6C9; }

 p { color: rgb(187,182,201); }

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

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

 a { background-color: rgb(187,182,201); }

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

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

 span { border-color: rgb(187,182,201); }

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