Shades of Blue Haze #B2ACD1
Tints of Blue Haze #B2ACD1
RGB
CMYK
RGB Variations
Color information
#B2ACD1 (or 0xB2ACD1) is known color: Blue Haze. HEX triplet: B2, AC and D1. RGB value is (178,172,209). Sum of RGB (Red+Green+Blue) = 178+172+209=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #B2ACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACD1 is #4D532E. Grayscale: #B1B1B1. Windows color (decimal): -5067567 or 13741234. OLE color: 13741234.
HSL color Cylindrical-coordinate representation of color #B2ACD1: hue angle of 249.73º degrees, saturation: 0.29, 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 #B2ACD1 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 178 | 172 | 209 | - |
CMYK | 0.15 | 0.18 | 0 | 0.18 |
HSL | 249.73º | 0.29% | 0.75% | - |
HSV(B) | 249.73º | 0.18% | 0.82% | - |
XYZ | 44.62 | 43.57 | 66.38 | - |
YUV | 178.01 | 145.49 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 172 | 209 | 0.15 | 0.18 | 0 | 0.18 | 249.73 | 0.29 | 0.75 |
Hex | B2 | AC | D1 | F | 12 | 0 | 12 | FA | 1D | 4B |
Octal | 262 | 254 | 321 | 17 | 22 | 0 | 22 | 372 | 35 | 113 |
Binary | 10110010 | 10101100 | 11010001 | 1111 | 10010 | 0 | 10010 | 11111010 | 11101 | 1001011 |
Color Harmonies of #B2ACD1
Complementary color
Monochromatic Colors of #B2ACD1
Black with #B2ACD1
Text Example
Text Example
White with #B2ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ACD1; }
p { color: rgb(178,172,209); }
H1.HeaderClassName
{
color: #B2ACD1;
}
.AnyTagClassName
{
color: #B2ACD1;
}
</style>
background-color css
<style>
a { background-color: #B2ACD1; }
a { background-color: rgb(178,172,209); }
div.DivClassName
{
background-color: #B2ACD1;
}
.BgClassName
{
background-color: #B2ACD1;
}
</style>
border-color css
<style>
span { border-color: #B2ACD1; }
span { border-color: rgb(178,172,209); }
td.TdClassName
{
border-color: #B2ACD1;
}
.TagClassName
{
border-color: #B2ACD1;
}
</style>