Shades of Blue Haze #B2ADC6
Tints of Blue Haze #B2ADC6
RGB
CMYK
RGB Variations
Color information
#B2ADC6 (or 0xB2ADC6) is known color: Blue Haze. HEX triplet: B2, AD and C6. RGB value is (178,173,198). Sum of RGB (Red+Green+Blue) = 178+173+198=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 198 - color contains mainly: blue. Hex color #B2ADC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADC6 is #4D5239. Grayscale: #B1B1B1. Windows color (decimal): -5067322 or 13020594. OLE color: 13020594.
HSL color Cylindrical-coordinate representation of color #B2ADC6: hue angle of 252º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2ADC6 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 173 | 198 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.22 |
| HSL | 252º | 0.18% | 0.73% | - |
| HSV(B) | 252º | 0.13% | 0.78% | - |
| XYZ | 43.5 | 43.43 | 59.52 | - |
| YUV | 177.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 198 | 0.10 | 0.13 | 0 | 0.22 | 252 | 0.18 | 0.73 |
| Hex | B2 | AD | C6 | A | D | 0 | 16 | FC | 12 | 49 |
| Octal | 262 | 255 | 306 | 12 | 15 | 0 | 26 | 374 | 22 | 111 |
| Binary | 10110010 | 10101101 | 11000110 | 1010 | 1101 | 0 | 10110 | 11111100 | 10010 | 1001001 |
Color Harmonies of #B2ADC6
Complementary color
Monochromatic Colors of #B2ADC6
Black with #B2ADC6
Text Example
Text Example
White with #B2ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADC6; }
p { color: rgb(178,173,198); }
H1.HeaderClassName
{
color: #B2ADC6;
}
.AnyTagClassName
{
color: #B2ADC6;
}
</style>
background-color css
<style>
a { background-color: #B2ADC6; }
a { background-color: rgb(178,173,198); }
div.DivClassName
{
background-color: #B2ADC6;
}
.BgClassName
{
background-color: #B2ADC6;
}
</style>
border-color css
<style>
span { border-color: #B2ADC6; }
span { border-color: rgb(178,173,198); }
td.TdClassName
{
border-color: #B2ADC6;
}
.TagClassName
{
border-color: #B2ADC6;
}
</style>