Shades of Blue Haze #B5B1D1
Tints of Blue Haze #B5B1D1
RGB
CMYK
RGB Variations
Color information
#B5B1D1 (or 0xB5B1D1) is known color: Blue Haze. HEX triplet: B5, B1 and D1. RGB value is (181,177,209). Sum of RGB (Red+Green+Blue) = 181+177+209=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 209 - color contains mainly: blue. Hex color #B5B1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B1D1 is #4A4E2E. Grayscale: #B5B5B5. Windows color (decimal): -4869679 or 13742517. OLE color: 13742517.
HSL color Cylindrical-coordinate representation of color #B5B1D1: hue angle of 247.5º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5B1D1 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 177 | 209 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.18 |
| HSL | 247.5º | 0.26% | 0.76% | - |
| HSV(B) | 247.5º | 0.15% | 0.82% | - |
| XYZ | 46.29 | 45.87 | 66.74 | - |
| YUV | 181.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 209 | 0.13 | 0.15 | 0 | 0.18 | 247.5 | 0.26 | 0.76 |
| Hex | B5 | B1 | D1 | D | F | 0 | 12 | F8 | 1A | 4C |
| Octal | 265 | 261 | 321 | 15 | 17 | 0 | 22 | 370 | 32 | 114 |
| Binary | 10110101 | 10110001 | 11010001 | 1101 | 1111 | 0 | 10010 | 11111000 | 11010 | 1001100 |
Color Harmonies of #B5B1D1
Complementary color
Monochromatic Colors of #B5B1D1
Black with #B5B1D1
Text Example
Text Example
White with #B5B1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B1D1; }
p { color: rgb(181,177,209); }
H1.HeaderClassName
{
color: #B5B1D1;
}
.AnyTagClassName
{
color: #B5B1D1;
}
</style>
background-color css
<style>
a { background-color: #B5B1D1; }
a { background-color: rgb(181,177,209); }
div.DivClassName
{
background-color: #B5B1D1;
}
.BgClassName
{
background-color: #B5B1D1;
}
</style>
border-color css
<style>
span { border-color: #B5B1D1; }
span { border-color: rgb(181,177,209); }
td.TdClassName
{
border-color: #B5B1D1;
}
.TagClassName
{
border-color: #B5B1D1;
}
</style>