Shades of Blue Haze #BBB8C5
Tints of Blue Haze #BBB8C5
RGB
CMYK
RGB Variations
Color information
#BBB8C5 (or 0xBBB8C5) is known color: Blue Haze. HEX triplet: BB, B8 and C5. RGB value is (187,184,197). Sum of RGB (Red+Green+Blue) = 187+184+197=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBB8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8C5 is #44473A. Grayscale: #BABABA. Windows color (decimal): -4474683 or 12957883. OLE color: 12957883.
HSL color Cylindrical-coordinate representation of color #BBB8C5: hue angle of 253.85º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB8C5 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 184 | 197 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.23 |
| HSL | 253.85º | 0.1% | 0.75% | - |
| HSV(B) | 253.85º | 0.07% | 0.77% | - |
| XYZ | 47.71 | 48.88 | 59.74 | - |
| YUV | 186.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 197 | 0.05 | 0.07 | 0 | 0.23 | 253.85 | 0.1 | 0.75 |
| Hex | BB | B8 | C5 | 5 | 7 | 0 | 17 | FE | A | 4B |
| Octal | 273 | 270 | 305 | 5 | 7 | 0 | 27 | 376 | 12 | 113 |
| Binary | 10111011 | 10111000 | 11000101 | 101 | 111 | 0 | 10111 | 11111110 | 1010 | 1001011 |
Color Harmonies of #BBB8C5
Complementary color
Monochromatic Colors of #BBB8C5
Black with #BBB8C5
Text Example
Text Example
White with #BBB8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8C5; }
p { color: rgb(187,184,197); }
H1.HeaderClassName
{
color: #BBB8C5;
}
.AnyTagClassName
{
color: #BBB8C5;
}
</style>
background-color css
<style>
a { background-color: #BBB8C5; }
a { background-color: rgb(187,184,197); }
div.DivClassName
{
background-color: #BBB8C5;
}
.BgClassName
{
background-color: #BBB8C5;
}
</style>
border-color css
<style>
span { border-color: #BBB8C5; }
span { border-color: rgb(187,184,197); }
td.TdClassName
{
border-color: #BBB8C5;
}
.TagClassName
{
border-color: #BBB8C5;
}
</style>