Shades of Blue Haze #B2ACD6
Tints of Blue Haze #B2ACD6
RGB
CMYK
RGB Variations
Color information
#B2ACD6 (or 0xB2ACD6) is known color: Blue Haze. HEX triplet: B2, AC and D6. RGB value is (178,172,214). Sum of RGB (Red+Green+Blue) = 178+172+214=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 214 - color contains mainly: blue. Hex color #B2ACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACD6 is #4D5329. Grayscale: #B2B2B2. Windows color (decimal): -5067562 or 14068914. OLE color: 14068914.
HSL color Cylindrical-coordinate representation of color #B2ACD6: hue angle of 248.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2ACD6 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 172 | 214 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.16 |
| HSL | 248.57º | 0.34% | 0.76% | - |
| HSV(B) | 248.57º | 0.2% | 0.84% | - |
| XYZ | 45.25 | 43.83 | 69.69 | - |
| YUV | 178.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 214 | 0.17 | 0.20 | 0 | 0.16 | 248.57 | 0.34 | 0.76 |
| Hex | B2 | AC | D6 | 11 | 14 | 0 | 10 | F9 | 22 | 4C |
| Octal | 262 | 254 | 326 | 21 | 24 | 0 | 20 | 371 | 42 | 114 |
| Binary | 10110010 | 10101100 | 11010110 | 10001 | 10100 | 0 | 10000 | 11111001 | 100010 | 1001100 |
Color Harmonies of #B2ACD6
Complementary color
Monochromatic Colors of #B2ACD6
Black with #B2ACD6
Text Example
Text Example
White with #B2ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ACD6; }
p { color: rgb(178,172,214); }
H1.HeaderClassName
{
color: #B2ACD6;
}
.AnyTagClassName
{
color: #B2ACD6;
}
</style>
background-color css
<style>
a { background-color: #B2ACD6; }
a { background-color: rgb(178,172,214); }
div.DivClassName
{
background-color: #B2ACD6;
}
.BgClassName
{
background-color: #B2ACD6;
}
</style>
border-color css
<style>
span { border-color: #B2ACD6; }
span { border-color: rgb(178,172,214); }
td.TdClassName
{
border-color: #B2ACD6;
}
.TagClassName
{
border-color: #B2ACD6;
}
</style>