Shades of Blue Haze #B3ADC1
Tints of Blue Haze #B3ADC1
RGB
CMYK
RGB Variations
Color information
#B3ADC1 (or 0xB3ADC1) is known color: Blue Haze. HEX triplet: B3, AD and C1. RGB value is (179,173,193). Sum of RGB (Red+Green+Blue) = 179+173+193=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #B3ADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADC1 is #4C523E. Grayscale: #B0B0B0. Windows color (decimal): -5001791 or 12692915. OLE color: 12692915.
HSL color Cylindrical-coordinate representation of color #B3ADC1: hue angle of 258º 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 #B3ADC1 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 173 | 193 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.24 |
| HSL | 258º | 0.14% | 0.72% | - |
| HSV(B) | 258º | 0.1% | 0.76% | - |
| XYZ | 43.16 | 43.32 | 56.54 | - |
| YUV | 177.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 193 | 0.07 | 0.10 | 0 | 0.24 | 258 | 0.14 | 0.72 |
| Hex | B3 | AD | C1 | 7 | A | 0 | 18 | 102 | E | 48 |
| Octal | 263 | 255 | 301 | 7 | 12 | 0 | 30 | 402 | 16 | 110 |
| Binary | 10110011 | 10101101 | 11000001 | 111 | 1010 | 0 | 11000 | 100000010 | 1110 | 1001000 |
Color Harmonies of #B3ADC1
Complementary color
Monochromatic Colors of #B3ADC1
Black with #B3ADC1
Text Example
Text Example
White with #B3ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ADC1; }
p { color: rgb(179,173,193); }
H1.HeaderClassName
{
color: #B3ADC1;
}
.AnyTagClassName
{
color: #B3ADC1;
}
</style>
background-color css
<style>
a { background-color: #B3ADC1; }
a { background-color: rgb(179,173,193); }
div.DivClassName
{
background-color: #B3ADC1;
}
.BgClassName
{
background-color: #B3ADC1;
}
</style>
border-color css
<style>
span { border-color: #B3ADC1; }
span { border-color: rgb(179,173,193); }
td.TdClassName
{
border-color: #B3ADC1;
}
.TagClassName
{
border-color: #B3ADC1;
}
</style>