Shades of Blue Haze #BBB3D5
Tints of Blue Haze #BBB3D5
RGB
CMYK
RGB Variations
Color information
#BBB3D5 (or 0xBBB3D5) is known color: Blue Haze. HEX triplet: BB, B3 and D5. RGB value is (187,179,213). Sum of RGB (Red+Green+Blue) = 187+179+213=579 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.30% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBB3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3D5 is #444C2A. Grayscale: #B9B9B9. Windows color (decimal): -4475947 or 14005179. OLE color: 14005179.
HSL color Cylindrical-coordinate representation of color #BBB3D5: hue angle of 254.12º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBB3D5 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 179 | 213 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.16 |
| HSL | 254.12º | 0.29% | 0.77% | - |
| HSV(B) | 254.12º | 0.16% | 0.84% | - |
| XYZ | 48.62 | 47.61 | 69.58 | - |
| YUV | 185.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 213 | 0.12 | 0.16 | 0 | 0.16 | 254.12 | 0.29 | 0.77 |
| Hex | BB | B3 | D5 | C | 10 | 0 | 10 | FE | 1D | 4D |
| Octal | 273 | 263 | 325 | 14 | 20 | 0 | 20 | 376 | 35 | 115 |
| Binary | 10111011 | 10110011 | 11010101 | 1100 | 10000 | 0 | 10000 | 11111110 | 11101 | 1001101 |
Color Harmonies of #BBB3D5
Complementary color
Monochromatic Colors of #BBB3D5
Black with #BBB3D5
Text Example
Text Example
White with #BBB3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3D5; }
p { color: rgb(187,179,213); }
H1.HeaderClassName
{
color: #BBB3D5;
}
.AnyTagClassName
{
color: #BBB3D5;
}
</style>
background-color css
<style>
a { background-color: #BBB3D5; }
a { background-color: rgb(187,179,213); }
div.DivClassName
{
background-color: #BBB3D5;
}
.BgClassName
{
background-color: #BBB3D5;
}
</style>
border-color css
<style>
span { border-color: #BBB3D5; }
span { border-color: rgb(187,179,213); }
td.TdClassName
{
border-color: #BBB3D5;
}
.TagClassName
{
border-color: #BBB3D5;
}
</style>