Shades of Blue Haze #B9B1D4
Tints of Blue Haze #B9B1D4
RGB
CMYK
RGB Variations
Color information
#B9B1D4 (or 0xB9B1D4) is known color: Blue Haze. HEX triplet: B9, B1 and D4. RGB value is (185,177,212). Sum of RGB (Red+Green+Blue) = 185+177+212=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 212 - color contains mainly: blue. Hex color #B9B1D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B1D4 is #464E2B. Grayscale: #B7B7B7. Windows color (decimal): -4607532 or 13939129. OLE color: 13939129.
HSL color Cylindrical-coordinate representation of color #B9B1D4: hue angle of 253.71º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9B1D4 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 177 | 212 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.17 |
| HSL | 253.71º | 0.29% | 0.76% | - |
| HSV(B) | 253.71º | 0.17% | 0.83% | - |
| XYZ | 47.61 | 46.51 | 68.76 | - |
| YUV | 183.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 177 | 212 | 0.13 | 0.17 | 0 | 0.17 | 253.71 | 0.29 | 0.76 |
| Hex | B9 | B1 | D4 | D | 11 | 0 | 11 | FE | 1D | 4C |
| Octal | 271 | 261 | 324 | 15 | 21 | 0 | 21 | 376 | 35 | 114 |
| Binary | 10111001 | 10110001 | 11010100 | 1101 | 10001 | 0 | 10001 | 11111110 | 11101 | 1001100 |
Color Harmonies of #B9B1D4
Complementary color
Monochromatic Colors of #B9B1D4
Black with #B9B1D4
Text Example
Text Example
White with #B9B1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B1D4; }
p { color: rgb(185,177,212); }
H1.HeaderClassName
{
color: #B9B1D4;
}
.AnyTagClassName
{
color: #B9B1D4;
}
</style>
background-color css
<style>
a { background-color: #B9B1D4; }
a { background-color: rgb(185,177,212); }
div.DivClassName
{
background-color: #B9B1D4;
}
.BgClassName
{
background-color: #B9B1D4;
}
</style>
border-color css
<style>
span { border-color: #B9B1D4; }
span { border-color: rgb(185,177,212); }
td.TdClassName
{
border-color: #B9B1D4;
}
.TagClassName
{
border-color: #B9B1D4;
}
</style>