Shades of Blue Haze #B1AACF
Tints of Blue Haze #B1AACF
RGB
CMYK
RGB Variations
Color information
#B1AACF (or 0xB1AACF) is known color: Blue Haze. HEX triplet: B1, AA and CF. RGB value is (177,170,207). Sum of RGB (Red+Green+Blue) = 177+170+207=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AACF is #4E5530. Grayscale: #B0B0B0. Windows color (decimal): -5133617 or 13609649. OLE color: 13609649.
HSL color Cylindrical-coordinate representation of color #B1AACF: hue angle of 251.35º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1AACF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 170 | 207 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.19 |
| HSL | 251.35º | 0.28% | 0.74% | - |
| HSV(B) | 251.35º | 0.18% | 0.81% | - |
| XYZ | 43.77 | 42.6 | 64.95 | - |
| YUV | 176.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 207 | 0.14 | 0.18 | 0 | 0.19 | 251.35 | 0.28 | 0.74 |
| Hex | B1 | AA | CF | E | 12 | 0 | 13 | FB | 1C | 4A |
| Octal | 261 | 252 | 317 | 16 | 22 | 0 | 23 | 373 | 34 | 112 |
| Binary | 10110001 | 10101010 | 11001111 | 1110 | 10010 | 0 | 10011 | 11111011 | 11100 | 1001010 |
Color Harmonies of #B1AACF
Complementary color
Monochromatic Colors of #B1AACF
Black with #B1AACF
Text Example
Text Example
White with #B1AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AACF; }
p { color: rgb(177,170,207); }
H1.HeaderClassName
{
color: #B1AACF;
}
.AnyTagClassName
{
color: #B1AACF;
}
</style>
background-color css
<style>
a { background-color: #B1AACF; }
a { background-color: rgb(177,170,207); }
div.DivClassName
{
background-color: #B1AACF;
}
.BgClassName
{
background-color: #B1AACF;
}
</style>
border-color css
<style>
span { border-color: #B1AACF; }
span { border-color: rgb(177,170,207); }
td.TdClassName
{
border-color: #B1AACF;
}
.TagClassName
{
border-color: #B1AACF;
}
</style>