Shades of Blue Haze #B1ACBD
Tints of Blue Haze #B1ACBD
RGB
CMYK
RGB Variations
Color information
#B1ACBD (or 0xB1ACBD) is known color: Blue Haze. HEX triplet: B1, AC and BD. RGB value is (177,172,189). Sum of RGB (Red+Green+Blue) = 177+172+189=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #B1ACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACBD is #4E5342. Grayscale: #AFAFAF. Windows color (decimal): -5133123 or 12430513. OLE color: 12430513.
HSL color Cylindrical-coordinate representation of color #B1ACBD: hue angle of 257.65º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B1ACBD is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 172 | 189 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.26 |
| HSL | 257.65º | 0.11% | 0.71% | - |
| HSV(B) | 257.65º | 0.09% | 0.74% | - |
| XYZ | 42.07 | 42.53 | 54.14 | - |
| YUV | 175.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 189 | 0.06 | 0.09 | 0 | 0.26 | 257.65 | 0.11 | 0.71 |
| Hex | B1 | AC | BD | 6 | 9 | 0 | 1A | 102 | B | 47 |
| Octal | 261 | 254 | 275 | 6 | 11 | 0 | 32 | 402 | 13 | 107 |
| Binary | 10110001 | 10101100 | 10111101 | 110 | 1001 | 0 | 11010 | 100000010 | 1011 | 1000111 |
Color Harmonies of #B1ACBD
Complementary color
Monochromatic Colors of #B1ACBD
Black with #B1ACBD
Text Example
Text Example
White with #B1ACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ACBD; }
p { color: rgb(177,172,189); }
H1.HeaderClassName
{
color: #B1ACBD;
}
.AnyTagClassName
{
color: #B1ACBD;
}
</style>
background-color css
<style>
a { background-color: #B1ACBD; }
a { background-color: rgb(177,172,189); }
div.DivClassName
{
background-color: #B1ACBD;
}
.BgClassName
{
background-color: #B1ACBD;
}
</style>
border-color css
<style>
span { border-color: #B1ACBD; }
span { border-color: rgb(177,172,189); }
td.TdClassName
{
border-color: #B1ACBD;
}
.TagClassName
{
border-color: #B1ACBD;
}
</style>