Shades of Blue Haze #B3ADCB
Tints of Blue Haze #B3ADCB
RGB
CMYK
RGB Variations
Color information
#B3ADCB (or 0xB3ADCB) is known color: Blue Haze. HEX triplet: B3, AD and CB. RGB value is (179,173,203). Sum of RGB (Red+Green+Blue) = 179+173+203=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ADCB is #4C5234. Grayscale: #B2B2B2. Windows color (decimal): -5001781 or 13348275. OLE color: 13348275.
HSL color Cylindrical-coordinate representation of color #B3ADCB: hue angle of 252º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3ADCB is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 173 | 203 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.20 |
| HSL | 252º | 0.22% | 0.74% | - |
| HSV(B) | 252º | 0.15% | 0.8% | - |
| XYZ | 44.31 | 43.78 | 62.62 | - |
| YUV | 178.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 203 | 0.12 | 0.15 | 0 | 0.20 | 252 | 0.22 | 0.74 |
| Hex | B3 | AD | CB | C | F | 0 | 14 | FC | 16 | 4A |
| Octal | 263 | 255 | 313 | 14 | 17 | 0 | 24 | 374 | 26 | 112 |
| Binary | 10110011 | 10101101 | 11001011 | 1100 | 1111 | 0 | 10100 | 11111100 | 10110 | 1001010 |
Color Harmonies of #B3ADCB
Complementary color
Monochromatic Colors of #B3ADCB
Black with #B3ADCB
Text Example
Text Example
White with #B3ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ADCB; }
p { color: rgb(179,173,203); }
H1.HeaderClassName
{
color: #B3ADCB;
}
.AnyTagClassName
{
color: #B3ADCB;
}
</style>
background-color css
<style>
a { background-color: #B3ADCB; }
a { background-color: rgb(179,173,203); }
div.DivClassName
{
background-color: #B3ADCB;
}
.BgClassName
{
background-color: #B3ADCB;
}
</style>
border-color css
<style>
span { border-color: #B3ADCB; }
span { border-color: rgb(179,173,203); }
td.TdClassName
{
border-color: #B3ADCB;
}
.TagClassName
{
border-color: #B3ADCB;
}
</style>