Shades of Blue Haze #B8B5C2
Tints of Blue Haze #B8B5C2
RGB
CMYK
RGB Variations
Color information
#B8B5C2 (or 0xB8B5C2) is known color: Blue Haze. HEX triplet: B8, B5 and C2. RGB value is (184,181,194). Sum of RGB (Red+Green+Blue) = 184+181+194=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 194 - color contains mainly: blue. Hex color #B8B5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B5C2 is #474A3D. Grayscale: #B7B7B7. Windows color (decimal): -4672062 or 12760504. OLE color: 12760504.
HSL color Cylindrical-coordinate representation of color #B8B5C2: hue angle of 253.85º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8B5C2 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 181 | 194 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.24 |
| HSL | 253.85º | 0.1% | 0.74% | - |
| HSV(B) | 253.85º | 0.07% | 0.76% | - |
| XYZ | 46.03 | 47.13 | 57.71 | - |
| YUV | 183.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 181 | 194 | 0.05 | 0.07 | 0 | 0.24 | 253.85 | 0.1 | 0.74 |
| Hex | B8 | B5 | C2 | 5 | 7 | 0 | 18 | FE | A | 4A |
| Octal | 270 | 265 | 302 | 5 | 7 | 0 | 30 | 376 | 12 | 112 |
| Binary | 10111000 | 10110101 | 11000010 | 101 | 111 | 0 | 11000 | 11111110 | 1010 | 1001010 |
Color Harmonies of #B8B5C2
Complementary color
Monochromatic Colors of #B8B5C2
Black with #B8B5C2
Text Example
Text Example
White with #B8B5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B5C2; }
p { color: rgb(184,181,194); }
H1.HeaderClassName
{
color: #B8B5C2;
}
.AnyTagClassName
{
color: #B8B5C2;
}
</style>
background-color css
<style>
a { background-color: #B8B5C2; }
a { background-color: rgb(184,181,194); }
div.DivClassName
{
background-color: #B8B5C2;
}
.BgClassName
{
background-color: #B8B5C2;
}
</style>
border-color css
<style>
span { border-color: #B8B5C2; }
span { border-color: rgb(184,181,194); }
td.TdClassName
{
border-color: #B8B5C2;
}
.TagClassName
{
border-color: #B8B5C2;
}
</style>