Shades of Blue Haze #BBB5D0
Tints of Blue Haze #BBB5D0
RGB
CMYK
RGB Variations
Color information
#BBB5D0 (or 0xBBB5D0) is known color: Blue Haze. HEX triplet: BB, B5 and D0. RGB value is (187,181,208). Sum of RGB (Red+Green+Blue) = 187+181+208=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBB5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5D0 is #444A2F. Grayscale: #B9B9B9. Windows color (decimal): -4475440 or 13678011. OLE color: 13678011.
HSL color Cylindrical-coordinate representation of color #BBB5D0: hue angle of 253.33º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB5D0 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 181 | 208 | - |
CMYK | 0.10 | 0.13 | 0 | 0.18 |
HSL | 253.33º | 0.22% | 0.76% | - |
HSV(B) | 253.33º | 0.13% | 0.82% | - |
XYZ | 48.4 | 48.17 | 66.42 | - |
YUV | 185.87 | 140.49 | 128.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 181 | 208 | 0.10 | 0.13 | 0 | 0.18 | 253.33 | 0.22 | 0.76 |
Hex | BB | B5 | D0 | A | D | 0 | 12 | FD | 16 | 4C |
Octal | 273 | 265 | 320 | 12 | 15 | 0 | 22 | 375 | 26 | 114 |
Binary | 10111011 | 10110101 | 11010000 | 1010 | 1101 | 0 | 10010 | 11111101 | 10110 | 1001100 |
Color Harmonies of #BBB5D0
Complementary color
Monochromatic Colors of #BBB5D0
Black with #BBB5D0
Text Example
Text Example
White with #BBB5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5D0; }
p { color: rgb(187,181,208); }
H1.HeaderClassName
{
color: #BBB5D0;
}
.AnyTagClassName
{
color: #BBB5D0;
}
</style>
background-color css
<style>
a { background-color: #BBB5D0; }
a { background-color: rgb(187,181,208); }
div.DivClassName
{
background-color: #BBB5D0;
}
.BgClassName
{
background-color: #BBB5D0;
}
</style>
border-color css
<style>
span { border-color: #BBB5D0; }
span { border-color: rgb(187,181,208); }
td.TdClassName
{
border-color: #BBB5D0;
}
.TagClassName
{
border-color: #BBB5D0;
}
</style>