Shades of Blue Haze #BBB6D4
Tints of Blue Haze #BBB6D4
RGB
CMYK
RGB Variations
Color information
#BBB6D4 (or 0xBBB6D4) is known color: Blue Haze. HEX triplet: BB, B6 and D4. RGB value is (187,182,212). Sum of RGB (Red+Green+Blue) = 187+182+212=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBB6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6D4 is #44492B. Grayscale: #BABABA. Windows color (decimal): -4475180 or 13940411. OLE color: 13940411.
HSL color Cylindrical-coordinate representation of color #BBB6D4: hue angle of 250º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBB6D4 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 182 | 212 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.17 |
| HSL | 250º | 0.26% | 0.77% | - |
| HSV(B) | 250º | 0.14% | 0.83% | - |
| XYZ | 49.11 | 48.77 | 69.11 | - |
| YUV | 186.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 212 | 0.12 | 0.14 | 0 | 0.17 | 250 | 0.26 | 0.77 |
| Hex | BB | B6 | D4 | C | E | 0 | 11 | FA | 1A | 4D |
| Octal | 273 | 266 | 324 | 14 | 16 | 0 | 21 | 372 | 32 | 115 |
| Binary | 10111011 | 10110110 | 11010100 | 1100 | 1110 | 0 | 10001 | 11111010 | 11010 | 1001101 |
Color Harmonies of #BBB6D4
Complementary color
Monochromatic Colors of #BBB6D4
Black with #BBB6D4
Text Example
Text Example
White with #BBB6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6D4; }
p { color: rgb(187,182,212); }
H1.HeaderClassName
{
color: #BBB6D4;
}
.AnyTagClassName
{
color: #BBB6D4;
}
</style>
background-color css
<style>
a { background-color: #BBB6D4; }
a { background-color: rgb(187,182,212); }
div.DivClassName
{
background-color: #BBB6D4;
}
.BgClassName
{
background-color: #BBB6D4;
}
</style>
border-color css
<style>
span { border-color: #BBB6D4; }
span { border-color: rgb(187,182,212); }
td.TdClassName
{
border-color: #BBB6D4;
}
.TagClassName
{
border-color: #BBB6D4;
}
</style>