Shades of Blue Haze #B2ADC2
Tints of Blue Haze #B2ADC2
RGB
CMYK
RGB Variations
Color information
#B2ADC2 (or 0xB2ADC2) is known color: Blue Haze. HEX triplet: B2, AD and C2. RGB value is (178,173,194). Sum of RGB (Red+Green+Blue) = 178+173+194=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 194 - color contains mainly: blue. Hex color #B2ADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADC2 is #4D523D. Grayscale: #B0B0B0. Windows color (decimal): -5067326 or 12758450. OLE color: 12758450.
HSL color Cylindrical-coordinate representation of color #B2ADC2: hue angle of 254.29º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2ADC2 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 173 | 194 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.24 |
| HSL | 254.29º | 0.15% | 0.72% | - |
| HSV(B) | 254.29º | 0.11% | 0.76% | - |
| XYZ | 43.04 | 43.25 | 57.12 | - |
| YUV | 176.89 | 137.66 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 194 | 0.08 | 0.11 | 0 | 0.24 | 254.29 | 0.15 | 0.72 |
| Hex | B2 | AD | C2 | 8 | B | 0 | 18 | FE | F | 48 |
| Octal | 262 | 255 | 302 | 10 | 13 | 0 | 30 | 376 | 17 | 110 |
| Binary | 10110010 | 10101101 | 11000010 | 1000 | 1011 | 0 | 11000 | 11111110 | 1111 | 1001000 |
Color Harmonies of #B2ADC2
Complementary color
Monochromatic Colors of #B2ADC2
Black with #B2ADC2
Text Example
Text Example
White with #B2ADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADC2; }
p { color: rgb(178,173,194); }
H1.HeaderClassName
{
color: #B2ADC2;
}
.AnyTagClassName
{
color: #B2ADC2;
}
</style>
background-color css
<style>
a { background-color: #B2ADC2; }
a { background-color: rgb(178,173,194); }
div.DivClassName
{
background-color: #B2ADC2;
}
.BgClassName
{
background-color: #B2ADC2;
}
</style>
border-color css
<style>
span { border-color: #B2ADC2; }
span { border-color: rgb(178,173,194); }
td.TdClassName
{
border-color: #B2ADC2;
}
.TagClassName
{
border-color: #B2ADC2;
}
</style>