Shades of Blue Haze #BBB5CC
Tints of Blue Haze #BBB5CC
RGB
CMYK
RGB Variations
Color information
#BBB5CC (or 0xBBB5CC) is known color: Blue Haze. HEX triplet: BB, B5 and CC. RGB value is (187,181,204). Sum of RGB (Red+Green+Blue) = 187+181+204=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBB5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5CC is #444A33. Grayscale: #B9B9B9. Windows color (decimal): -4475444 or 13415867. OLE color: 13415867.
HSL color Cylindrical-coordinate representation of color #BBB5CC: hue angle of 255.65º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBB5CC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 181 | 204 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.2 |
| HSL | 255.65º | 0.18% | 0.75% | - |
| HSV(B) | 255.65º | 0.11% | 0.8% | - |
| XYZ | 47.92 | 47.97 | 63.86 | - |
| YUV | 185.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 204 | 0.08 | 0.11 | 0 | 0.2 | 255.65 | 0.18 | 0.75 |
| Hex | BB | B5 | CC | 8 | B | 0 | 14 | 100 | 12 | 4B |
| Octal | 273 | 265 | 314 | 10 | 13 | 0 | 24 | 400 | 22 | 113 |
| Binary | 10111011 | 10110101 | 11001100 | 1000 | 1011 | 0 | 10100 | 100000000 | 10010 | 1001011 |
Color Harmonies of #BBB5CC
Complementary color
Monochromatic Colors of #BBB5CC
Black with #BBB5CC
Text Example
Text Example
White with #BBB5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB5CC; }
p { color: rgb(187,181,204); }
H1.HeaderClassName
{
color: #BBB5CC;
}
.AnyTagClassName
{
color: #BBB5CC;
}
</style>
background-color css
<style>
a { background-color: #BBB5CC; }
a { background-color: rgb(187,181,204); }
div.DivClassName
{
background-color: #BBB5CC;
}
.BgClassName
{
background-color: #BBB5CC;
}
</style>
border-color css
<style>
span { border-color: #BBB5CC; }
span { border-color: rgb(187,181,204); }
td.TdClassName
{
border-color: #BBB5CC;
}
.TagClassName
{
border-color: #BBB5CC;
}
</style>