Shades of Blue Haze #B2ADC1
Tints of Blue Haze #B2ADC1
RGB
CMYK
RGB Variations
Color information
#B2ADC1 (or 0xB2ADC1) is known color: Blue Haze. HEX triplet: B2, AD and C1. RGB value is (178,173,193). Sum of RGB (Red+Green+Blue) = 178+173+193=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #B2ADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ADC1 is #4D523E. Grayscale: #B0B0B0. Windows color (decimal): -5067327 or 12692914. OLE color: 12692914.
HSL color Cylindrical-coordinate representation of color #B2ADC1: hue angle of 255º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2ADC1 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 173 | 193 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.24 |
| HSL | 255º | 0.14% | 0.72% | - |
| HSV(B) | 255º | 0.1% | 0.76% | - |
| XYZ | 42.93 | 43.2 | 56.53 | - |
| YUV | 176.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 193 | 0.08 | 0.10 | 0 | 0.24 | 255 | 0.14 | 0.72 |
| Hex | B2 | AD | C1 | 8 | A | 0 | 18 | FF | E | 48 |
| Octal | 262 | 255 | 301 | 10 | 12 | 0 | 30 | 377 | 16 | 110 |
| Binary | 10110010 | 10101101 | 11000001 | 1000 | 1010 | 0 | 11000 | 11111111 | 1110 | 1001000 |
Color Harmonies of #B2ADC1
Complementary color
Monochromatic Colors of #B2ADC1
Black with #B2ADC1
Text Example
Text Example
White with #B2ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ADC1; }
p { color: rgb(178,173,193); }
H1.HeaderClassName
{
color: #B2ADC1;
}
.AnyTagClassName
{
color: #B2ADC1;
}
</style>
background-color css
<style>
a { background-color: #B2ADC1; }
a { background-color: rgb(178,173,193); }
div.DivClassName
{
background-color: #B2ADC1;
}
.BgClassName
{
background-color: #B2ADC1;
}
</style>
border-color css
<style>
span { border-color: #B2ADC1; }
span { border-color: rgb(178,173,193); }
td.TdClassName
{
border-color: #B2ADC1;
}
.TagClassName
{
border-color: #B2ADC1;
}
</style>