Shades of Blue Haze #B5B1CE
Tints of Blue Haze #B5B1CE
RGB
CMYK
RGB Variations
Color information
#B5B1CE (or 0xB5B1CE) is known color: Blue Haze. HEX triplet: B5, B1 and CE. RGB value is (181,177,206). Sum of RGB (Red+Green+Blue) = 181+177+206=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5B1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B1CE is #4A4E31. Grayscale: #B5B5B5. Windows color (decimal): -4869682 or 13545909. OLE color: 13545909.
HSL color Cylindrical-coordinate representation of color #B5B1CE: hue angle of 248.28º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5B1CE is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 177 | 206 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.19 |
| HSL | 248.28º | 0.23% | 0.75% | - |
| HSV(B) | 248.28º | 0.14% | 0.81% | - |
| XYZ | 45.92 | 45.72 | 64.8 | - |
| YUV | 181.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 206 | 0.12 | 0.14 | 0 | 0.19 | 248.28 | 0.23 | 0.75 |
| Hex | B5 | B1 | CE | C | E | 0 | 13 | F8 | 17 | 4B |
| Octal | 265 | 261 | 316 | 14 | 16 | 0 | 23 | 370 | 27 | 113 |
| Binary | 10110101 | 10110001 | 11001110 | 1100 | 1110 | 0 | 10011 | 11111000 | 10111 | 1001011 |
Color Harmonies of #B5B1CE
Complementary color
Monochromatic Colors of #B5B1CE
Black with #B5B1CE
Text Example
Text Example
White with #B5B1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B1CE; }
p { color: rgb(181,177,206); }
H1.HeaderClassName
{
color: #B5B1CE;
}
.AnyTagClassName
{
color: #B5B1CE;
}
</style>
background-color css
<style>
a { background-color: #B5B1CE; }
a { background-color: rgb(181,177,206); }
div.DivClassName
{
background-color: #B5B1CE;
}
.BgClassName
{
background-color: #B5B1CE;
}
</style>
border-color css
<style>
span { border-color: #B5B1CE; }
span { border-color: rgb(181,177,206); }
td.TdClassName
{
border-color: #B5B1CE;
}
.TagClassName
{
border-color: #B5B1CE;
}
</style>