Shades of Blue Haze #B1ACCD
Tints of Blue Haze #B1ACCD
RGB
CMYK
RGB Variations
Color information
#B1ACCD (or 0xB1ACCD) is known color: Blue Haze. HEX triplet: B1, AC and CD. RGB value is (177,172,205). Sum of RGB (Red+Green+Blue) = 177+172+205=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1ACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1ACCD is #4E5332. Grayscale: #B1B1B1. Windows color (decimal): -5133107 or 13479089. OLE color: 13479089.
HSL color Cylindrical-coordinate representation of color #B1ACCD: hue angle of 249.09º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1ACCD is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 172 | 205 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.20 |
| HSL | 249.09º | 0.25% | 0.74% | - |
| HSV(B) | 249.09º | 0.16% | 0.8% | - |
| XYZ | 43.9 | 43.26 | 63.79 | - |
| YUV | 177.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 205 | 0.14 | 0.16 | 0 | 0.20 | 249.09 | 0.25 | 0.74 |
| Hex | B1 | AC | CD | E | 10 | 0 | 14 | F9 | 19 | 4A |
| Octal | 261 | 254 | 315 | 16 | 20 | 0 | 24 | 371 | 31 | 112 |
| Binary | 10110001 | 10101100 | 11001101 | 1110 | 10000 | 0 | 10100 | 11111001 | 11001 | 1001010 |
Color Harmonies of #B1ACCD
Complementary color
Monochromatic Colors of #B1ACCD
Black with #B1ACCD
Text Example
Text Example
White with #B1ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1ACCD; }
p { color: rgb(177,172,205); }
H1.HeaderClassName
{
color: #B1ACCD;
}
.AnyTagClassName
{
color: #B1ACCD;
}
</style>
background-color css
<style>
a { background-color: #B1ACCD; }
a { background-color: rgb(177,172,205); }
div.DivClassName
{
background-color: #B1ACCD;
}
.BgClassName
{
background-color: #B1ACCD;
}
</style>
border-color css
<style>
span { border-color: #B1ACCD; }
span { border-color: rgb(177,172,205); }
td.TdClassName
{
border-color: #B1ACCD;
}
.TagClassName
{
border-color: #B1ACCD;
}
</style>