Shades of Blue Haze #B8B2C6
Tints of Blue Haze #B8B2C6
RGB
CMYK
RGB Variations
Color information
#B8B2C6 (or 0xB8B2C6) is known color: Blue Haze. HEX triplet: B8, B2 and C6. RGB value is (184,178,198). Sum of RGB (Red+Green+Blue) = 184+178+198=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 198 - color contains mainly: blue. Hex color #B8B2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B2C6 is #474D39. Grayscale: #B6B6B6. Windows color (decimal): -4672826 or 13021880. OLE color: 13021880.
HSL color Cylindrical-coordinate representation of color #B8B2C6: hue angle of 258º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8B2C6 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 178 | 198 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.22 |
| HSL | 258º | 0.15% | 0.74% | - |
| HSV(B) | 258º | 0.1% | 0.78% | - |
| XYZ | 45.88 | 46.11 | 59.91 | - |
| YUV | 182.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 198 | 0.07 | 0.10 | 0 | 0.22 | 258 | 0.15 | 0.74 |
| Hex | B8 | B2 | C6 | 7 | A | 0 | 16 | 102 | F | 4A |
| Octal | 270 | 262 | 306 | 7 | 12 | 0 | 26 | 402 | 17 | 112 |
| Binary | 10111000 | 10110010 | 11000110 | 111 | 1010 | 0 | 10110 | 100000010 | 1111 | 1001010 |
Color Harmonies of #B8B2C6
Complementary color
Monochromatic Colors of #B8B2C6
Black with #B8B2C6
Text Example
Text Example
White with #B8B2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B2C6; }
p { color: rgb(184,178,198); }
H1.HeaderClassName
{
color: #B8B2C6;
}
.AnyTagClassName
{
color: #B8B2C6;
}
</style>
background-color css
<style>
a { background-color: #B8B2C6; }
a { background-color: rgb(184,178,198); }
div.DivClassName
{
background-color: #B8B2C6;
}
.BgClassName
{
background-color: #B8B2C6;
}
</style>
border-color css
<style>
span { border-color: #B8B2C6; }
span { border-color: rgb(184,178,198); }
td.TdClassName
{
border-color: #B8B2C6;
}
.TagClassName
{
border-color: #B8B2C6;
}
</style>