Shades of Blue Haze #B6B4CB
Tints of Blue Haze #B6B4CB
RGB
CMYK
RGB Variations
Color information
#B6B4CB (or 0xB6B4CB) is known color: Blue Haze. HEX triplet: B6, B4 and CB. RGB value is (182,180,203). Sum of RGB (Red+Green+Blue) = 182+180+203=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6B4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B4CB is #494B34. Grayscale: #B7B7B7. Windows color (decimal): -4803381 or 13350070. OLE color: 13350070.
HSL color Cylindrical-coordinate representation of color #B6B4CB: hue angle of 245.22º 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 #B6B4CB is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 180 | 203 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.20 |
| HSL | 245.22º | 0.18% | 0.75% | - |
| HSV(B) | 245.22º | 0.11% | 0.8% | - |
| XYZ | 46.39 | 46.9 | 63.11 | - |
| YUV | 183.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 180 | 203 | 0.10 | 0.11 | 0 | 0.20 | 245.22 | 0.18 | 0.75 |
| Hex | B6 | B4 | CB | A | B | 0 | 14 | F5 | 12 | 4B |
| Octal | 266 | 264 | 313 | 12 | 13 | 0 | 24 | 365 | 22 | 113 |
| Binary | 10110110 | 10110100 | 11001011 | 1010 | 1011 | 0 | 10100 | 11110101 | 10010 | 1001011 |
Color Harmonies of #B6B4CB
Complementary color
Monochromatic Colors of #B6B4CB
Black with #B6B4CB
Text Example
Text Example
White with #B6B4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B4CB; }
p { color: rgb(182,180,203); }
H1.HeaderClassName
{
color: #B6B4CB;
}
.AnyTagClassName
{
color: #B6B4CB;
}
</style>
background-color css
<style>
a { background-color: #B6B4CB; }
a { background-color: rgb(182,180,203); }
div.DivClassName
{
background-color: #B6B4CB;
}
.BgClassName
{
background-color: #B6B4CB;
}
</style>
border-color css
<style>
span { border-color: #B6B4CB; }
span { border-color: rgb(182,180,203); }
td.TdClassName
{
border-color: #B6B4CB;
}
.TagClassName
{
border-color: #B6B4CB;
}
</style>