Shades of Blue Haze #B1ACCB
Tints of Blue Haze #B1ACCB
RGB
CMYK
RGB Variations
Color information
#B1ACCB (or 0xB1ACCB) is known color: Blue Haze. HEX triplet: B1, AC and CB. RGB value is (177,172,203). Sum of RGB (Red+Green+Blue) = 177+172+203=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACCB is #4E5334. Grayscale: #B0B0B0. Windows color (decimal): -5133109 or 13348017. OLE color: 13348017.
HSL color Cylindrical-coordinate representation of color #B1ACCB: hue angle of 249.68º degrees, saturation: 0.23, 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 #B1ACCB is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 172 | 203 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.20 |
| HSL | 249.68º | 0.23% | 0.74% | - |
| HSV(B) | 249.68º | 0.15% | 0.8% | - |
| XYZ | 43.66 | 43.16 | 62.53 | - |
| YUV | 177.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 203 | 0.13 | 0.15 | 0 | 0.20 | 249.68 | 0.23 | 0.74 |
| Hex | B1 | AC | CB | D | F | 0 | 14 | FA | 17 | 4A |
| Octal | 261 | 254 | 313 | 15 | 17 | 0 | 24 | 372 | 27 | 112 |
| Binary | 10110001 | 10101100 | 11001011 | 1101 | 1111 | 0 | 10100 | 11111010 | 10111 | 1001010 |
Color Harmonies of #B1ACCB
Complementary color
Monochromatic Colors of #B1ACCB
Black with #B1ACCB
Text Example
Text Example
White with #B1ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ACCB; }
p { color: rgb(177,172,203); }
H1.HeaderClassName
{
color: #B1ACCB;
}
.AnyTagClassName
{
color: #B1ACCB;
}
</style>
background-color css
<style>
a { background-color: #B1ACCB; }
a { background-color: rgb(177,172,203); }
div.DivClassName
{
background-color: #B1ACCB;
}
.BgClassName
{
background-color: #B1ACCB;
}
</style>
border-color css
<style>
span { border-color: #B1ACCB; }
span { border-color: rgb(177,172,203); }
td.TdClassName
{
border-color: #B1ACCB;
}
.TagClassName
{
border-color: #B1ACCB;
}
</style>