Shades of Blue Haze #B1AECD
Tints of Blue Haze #B1AECD
RGB
CMYK
RGB Variations
Color information
#B1AECD (or 0xB1AECD) is known color: Blue Haze. HEX triplet: B1, AE and CD. RGB value is (177,174,205). Sum of RGB (Red+Green+Blue) = 177+174+205=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AECD is #4E5132. Grayscale: #B2B2B2. Windows color (decimal): -5132595 or 13479601. OLE color: 13479601.
HSL color Cylindrical-coordinate representation of color #B1AECD: hue angle of 245.81º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1AECD is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 174 | 205 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.20 |
| HSL | 245.81º | 0.24% | 0.74% | - |
| HSV(B) | 245.81º | 0.15% | 0.8% | - |
| XYZ | 44.29 | 44.03 | 63.92 | - |
| YUV | 178.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 174 | 205 | 0.14 | 0.15 | 0 | 0.20 | 245.81 | 0.24 | 0.74 |
| Hex | B1 | AE | CD | E | F | 0 | 14 | F6 | 18 | 4A |
| Octal | 261 | 256 | 315 | 16 | 17 | 0 | 24 | 366 | 30 | 112 |
| Binary | 10110001 | 10101110 | 11001101 | 1110 | 1111 | 0 | 10100 | 11110110 | 11000 | 1001010 |
Color Harmonies of #B1AECD
Complementary color
Monochromatic Colors of #B1AECD
Black with #B1AECD
Text Example
Text Example
White with #B1AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AECD; }
p { color: rgb(177,174,205); }
H1.HeaderClassName
{
color: #B1AECD;
}
.AnyTagClassName
{
color: #B1AECD;
}
</style>
background-color css
<style>
a { background-color: #B1AECD; }
a { background-color: rgb(177,174,205); }
div.DivClassName
{
background-color: #B1AECD;
}
.BgClassName
{
background-color: #B1AECD;
}
</style>
border-color css
<style>
span { border-color: #B1AECD; }
span { border-color: rgb(177,174,205); }
td.TdClassName
{
border-color: #B1AECD;
}
.TagClassName
{
border-color: #B1AECD;
}
</style>