Shades of Blue Haze #B6B3C8
Tints of Blue Haze #B6B3C8
RGB
CMYK
RGB Variations
Color information
#B6B3C8 (or 0xB6B3C8) is known color: Blue Haze. HEX triplet: B6, B3 and C8. RGB value is (182,179,200). Sum of RGB (Red+Green+Blue) = 182+179+200=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 200 - color contains mainly: blue. Hex color #B6B3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B3C8 is #494C37. Grayscale: #B6B6B6. Windows color (decimal): -4803640 or 13153206. OLE color: 13153206.
HSL color Cylindrical-coordinate representation of color #B6B3C8: hue angle of 248.57º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6B3C8 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 179 | 200 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.22 |
| HSL | 248.57º | 0.16% | 0.74% | - |
| HSV(B) | 248.57º | 0.11% | 0.78% | - |
| XYZ | 45.84 | 46.36 | 61.18 | - |
| YUV | 182.29 | 137.99 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 179 | 200 | 0.09 | 0.10 | 0 | 0.22 | 248.57 | 0.16 | 0.74 |
| Hex | B6 | B3 | C8 | 9 | A | 0 | 16 | F9 | 10 | 4A |
| Octal | 266 | 263 | 310 | 11 | 12 | 0 | 26 | 371 | 20 | 112 |
| Binary | 10110110 | 10110011 | 11001000 | 1001 | 1010 | 0 | 10110 | 11111001 | 10000 | 1001010 |
Color Harmonies of #B6B3C8
Complementary color
Monochromatic Colors of #B6B3C8
Black with #B6B3C8
Text Example
Text Example
White with #B6B3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B3C8; }
p { color: rgb(182,179,200); }
H1.HeaderClassName
{
color: #B6B3C8;
}
.AnyTagClassName
{
color: #B6B3C8;
}
</style>
background-color css
<style>
a { background-color: #B6B3C8; }
a { background-color: rgb(182,179,200); }
div.DivClassName
{
background-color: #B6B3C8;
}
.BgClassName
{
background-color: #B6B3C8;
}
</style>
border-color css
<style>
span { border-color: #B6B3C8; }
span { border-color: rgb(182,179,200); }
td.TdClassName
{
border-color: #B6B3C8;
}
.TagClassName
{
border-color: #B6B3C8;
}
</style>