Shades of Blue Haze #B1ACD2
Tints of Blue Haze #B1ACD2
RGB
CMYK
RGB Variations
Color information
#B1ACD2 (or 0xB1ACD2) is known color: Blue Haze. HEX triplet: B1, AC and D2. RGB value is (177,172,210). Sum of RGB (Red+Green+Blue) = 177+172+210=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 210 - color contains mainly: blue. Hex color #B1ACD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACD2 is #4E532D. Grayscale: #B1B1B1. Windows color (decimal): -5133102 or 13806769. OLE color: 13806769.
HSL color Cylindrical-coordinate representation of color #B1ACD2: hue angle of 247.89º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1ACD2 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 172 | 210 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.18 |
| HSL | 247.89º | 0.3% | 0.75% | - |
| HSV(B) | 247.89º | 0.18% | 0.82% | - |
| XYZ | 44.52 | 43.51 | 67.02 | - |
| YUV | 177.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 210 | 0.16 | 0.18 | 0 | 0.18 | 247.89 | 0.3 | 0.75 |
| Hex | B1 | AC | D2 | 10 | 12 | 0 | 12 | F8 | 1E | 4B |
| Octal | 261 | 254 | 322 | 20 | 22 | 0 | 22 | 370 | 36 | 113 |
| Binary | 10110001 | 10101100 | 11010010 | 10000 | 10010 | 0 | 10010 | 11111000 | 11110 | 1001011 |
Color Harmonies of #B1ACD2
Complementary color
Monochromatic Colors of #B1ACD2
Black with #B1ACD2
Text Example
Text Example
White with #B1ACD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ACD2; }
p { color: rgb(177,172,210); }
H1.HeaderClassName
{
color: #B1ACD2;
}
.AnyTagClassName
{
color: #B1ACD2;
}
</style>
background-color css
<style>
a { background-color: #B1ACD2; }
a { background-color: rgb(177,172,210); }
div.DivClassName
{
background-color: #B1ACD2;
}
.BgClassName
{
background-color: #B1ACD2;
}
</style>
border-color css
<style>
span { border-color: #B1ACD2; }
span { border-color: rgb(177,172,210); }
td.TdClassName
{
border-color: #B1ACD2;
}
.TagClassName
{
border-color: #B1ACD2;
}
</style>