Shades of Blue Haze #B2ADC8
Tints of Blue Haze #B2ADC8
RGB
CMYK
RGB Variations
Color information
#B2ADC8 (or 0xB2ADC8) is known color: Blue Haze. HEX triplet: B2, AD and C8. RGB value is (178,173,200). Sum of RGB (Red+Green+Blue) = 178+173+200=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 200 - color contains mainly: blue. Hex color #B2ADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADC8 is #4D5237. Grayscale: #B1B1B1. Windows color (decimal): -5067320 or 13151666. OLE color: 13151666.
HSL color Cylindrical-coordinate representation of color #B2ADC8: hue angle of 251.11º degrees, saturation: 0.2, 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 #B2ADC8 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 173 | 200 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.22 |
| HSL | 251.11º | 0.2% | 0.73% | - |
| HSV(B) | 251.11º | 0.14% | 0.78% | - |
| XYZ | 43.73 | 43.52 | 60.74 | - |
| YUV | 177.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 200 | 0.11 | 0.14 | 0 | 0.22 | 251.11 | 0.2 | 0.73 |
| Hex | B2 | AD | C8 | B | E | 0 | 16 | FB | 14 | 49 |
| Octal | 262 | 255 | 310 | 13 | 16 | 0 | 26 | 373 | 24 | 111 |
| Binary | 10110010 | 10101101 | 11001000 | 1011 | 1110 | 0 | 10110 | 11111011 | 10100 | 1001001 |
Color Harmonies of #B2ADC8
Complementary color
Monochromatic Colors of #B2ADC8
Black with #B2ADC8
Text Example
Text Example
White with #B2ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADC8; }
p { color: rgb(178,173,200); }
H1.HeaderClassName
{
color: #B2ADC8;
}
.AnyTagClassName
{
color: #B2ADC8;
}
</style>
background-color css
<style>
a { background-color: #B2ADC8; }
a { background-color: rgb(178,173,200); }
div.DivClassName
{
background-color: #B2ADC8;
}
.BgClassName
{
background-color: #B2ADC8;
}
</style>
border-color css
<style>
span { border-color: #B2ADC8; }
span { border-color: rgb(178,173,200); }
td.TdClassName
{
border-color: #B2ADC8;
}
.TagClassName
{
border-color: #B2ADC8;
}
</style>