Shades of Blue Haze #BBB7C4
Tints of Blue Haze #BBB7C4
RGB
CMYK
RGB Variations
Color information
#BBB7C4 (or 0xBBB7C4) is known color: Blue Haze. HEX triplet: BB, B7 and C4. RGB value is (187,183,196). Sum of RGB (Red+Green+Blue) = 187+183+196=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBB7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB7C4 is #44483B. Grayscale: #B9B9B9. Windows color (decimal): -4474940 or 12892091. OLE color: 12892091.
HSL color Cylindrical-coordinate representation of color #BBB7C4: hue angle of 258.46º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB7C4 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 183 | 196 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.23 |
| HSL | 258.46º | 0.1% | 0.74% | - |
| HSV(B) | 258.46º | 0.07% | 0.77% | - |
| XYZ | 47.39 | 48.42 | 59.07 | - |
| YUV | 185.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 196 | 0.05 | 0.07 | 0 | 0.23 | 258.46 | 0.1 | 0.74 |
| Hex | BB | B7 | C4 | 5 | 7 | 0 | 17 | 102 | A | 4A |
| Octal | 273 | 267 | 304 | 5 | 7 | 0 | 27 | 402 | 12 | 112 |
| Binary | 10111011 | 10110111 | 11000100 | 101 | 111 | 0 | 10111 | 100000010 | 1010 | 1001010 |
Color Harmonies of #BBB7C4
Complementary color
Monochromatic Colors of #BBB7C4
Black with #BBB7C4
Text Example
Text Example
White with #BBB7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB7C4; }
p { color: rgb(187,183,196); }
H1.HeaderClassName
{
color: #BBB7C4;
}
.AnyTagClassName
{
color: #BBB7C4;
}
</style>
background-color css
<style>
a { background-color: #BBB7C4; }
a { background-color: rgb(187,183,196); }
div.DivClassName
{
background-color: #BBB7C4;
}
.BgClassName
{
background-color: #BBB7C4;
}
</style>
border-color css
<style>
span { border-color: #BBB7C4; }
span { border-color: rgb(187,183,196); }
td.TdClassName
{
border-color: #BBB7C4;
}
.TagClassName
{
border-color: #BBB7C4;
}
</style>