Shades of Blue Haze #B1AED1
Tints of Blue Haze #B1AED1
RGB
CMYK
RGB Variations
Color information
#B1AED1 (or 0xB1AED1) is known color: Blue Haze. HEX triplet: B1, AE and D1. RGB value is (177,174,209). Sum of RGB (Red+Green+Blue) = 177+174+209=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #B1AED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AED1 is #4E512E. Grayscale: #B2B2B2. Windows color (decimal): -5132591 or 13741745. OLE color: 13741745.
HSL color Cylindrical-coordinate representation of color #B1AED1: hue angle of 245.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1AED1 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 174 | 209 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.18 |
| HSL | 245.14º | 0.28% | 0.75% | - |
| HSV(B) | 245.14º | 0.17% | 0.82% | - |
| XYZ | 44.78 | 44.22 | 66.5 | - |
| YUV | 178.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 174 | 209 | 0.15 | 0.17 | 0 | 0.18 | 245.14 | 0.28 | 0.75 |
| Hex | B1 | AE | D1 | F | 11 | 0 | 12 | F5 | 1C | 4B |
| Octal | 261 | 256 | 321 | 17 | 21 | 0 | 22 | 365 | 34 | 113 |
| Binary | 10110001 | 10101110 | 11010001 | 1111 | 10001 | 0 | 10010 | 11110101 | 11100 | 1001011 |
Color Harmonies of #B1AED1
Complementary color
Monochromatic Colors of #B1AED1
Black with #B1AED1
Text Example
Text Example
White with #B1AED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AED1; }
p { color: rgb(177,174,209); }
H1.HeaderClassName
{
color: #B1AED1;
}
.AnyTagClassName
{
color: #B1AED1;
}
</style>
background-color css
<style>
a { background-color: #B1AED1; }
a { background-color: rgb(177,174,209); }
div.DivClassName
{
background-color: #B1AED1;
}
.BgClassName
{
background-color: #B1AED1;
}
</style>
border-color css
<style>
span { border-color: #B1AED1; }
span { border-color: rgb(177,174,209); }
td.TdClassName
{
border-color: #B1AED1;
}
.TagClassName
{
border-color: #B1AED1;
}
</style>