Shades of Blue Haze #B5B2C6
Tints of Blue Haze #B5B2C6
RGB
CMYK
RGB Variations
Color information
#B5B2C6 (or 0xB5B2C6) is known color: Blue Haze. HEX triplet: B5, B2 and C6. RGB value is (181,178,198). Sum of RGB (Red+Green+Blue) = 181+178+198=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 198 - color contains mainly: blue. Hex color #B5B2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B2C6 is #4A4D39. Grayscale: #B5B5B5. Windows color (decimal): -4869434 or 13021877. OLE color: 13021877.
HSL color Cylindrical-coordinate representation of color #B5B2C6: hue angle of 249º 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 #B5B2C6 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 178 | 198 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.22 |
| HSL | 249º | 0.15% | 0.74% | - |
| HSV(B) | 249º | 0.1% | 0.78% | - |
| XYZ | 45.17 | 45.74 | 59.87 | - |
| YUV | 181.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 198 | 0.09 | 0.10 | 0 | 0.22 | 249 | 0.15 | 0.74 |
| Hex | B5 | B2 | C6 | 9 | A | 0 | 16 | F9 | F | 4A |
| Octal | 265 | 262 | 306 | 11 | 12 | 0 | 26 | 371 | 17 | 112 |
| Binary | 10110101 | 10110010 | 11000110 | 1001 | 1010 | 0 | 10110 | 11111001 | 1111 | 1001010 |
Color Harmonies of #B5B2C6
Complementary color
Monochromatic Colors of #B5B2C6
Black with #B5B2C6
Text Example
Text Example
White with #B5B2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B2C6; }
p { color: rgb(181,178,198); }
H1.HeaderClassName
{
color: #B5B2C6;
}
.AnyTagClassName
{
color: #B5B2C6;
}
</style>
background-color css
<style>
a { background-color: #B5B2C6; }
a { background-color: rgb(181,178,198); }
div.DivClassName
{
background-color: #B5B2C6;
}
.BgClassName
{
background-color: #B5B2C6;
}
</style>
border-color css
<style>
span { border-color: #B5B2C6; }
span { border-color: rgb(181,178,198); }
td.TdClassName
{
border-color: #B5B2C6;
}
.TagClassName
{
border-color: #B5B2C6;
}
</style>