Shades of Heather #ADBFCB
Tints of Heather #ADBFCB
RGB
CMYK
RGB Variations
Color information
#ADBFCB (or 0xADBFCB) is known color: Heather. HEX triplet: AD, BF and CB. RGB value is (173,191,203). Sum of RGB (Red+Green+Blue) = 173+191+203=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADBFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFCB is #524034. Grayscale: #BABABA. Windows color (decimal): -5390389 or 13352877. OLE color: 13352877.
HSL color Cylindrical-coordinate representation of color #ADBFCB: hue angle of 204º 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 #ADBFCB is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 191 | 203 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.20 |
| HSL | 204º | 0.22% | 0.74% | - |
| HSV(B) | 204º | 0.15% | 0.8% | - |
| XYZ | 46.64 | 50.46 | 63.78 | - |
| YUV | 186.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 203 | 0.15 | 0.06 | 0 | 0.20 | 204 | 0.22 | 0.74 |
| Hex | AD | BF | CB | F | 6 | 0 | 14 | CC | 16 | 4A |
| Octal | 255 | 277 | 313 | 17 | 6 | 0 | 24 | 314 | 26 | 112 |
| Binary | 10101101 | 10111111 | 11001011 | 1111 | 110 | 0 | 10100 | 11001100 | 10110 | 1001010 |
Color Harmonies of #ADBFCB
Complementary color
Monochromatic Colors of #ADBFCB
Black with #ADBFCB
Text Example
Text Example
White with #ADBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFCB; }
p { color: rgb(173,191,203); }
H1.HeaderClassName
{
color: #ADBFCB;
}
.AnyTagClassName
{
color: #ADBFCB;
}
</style>
background-color css
<style>
a { background-color: #ADBFCB; }
a { background-color: rgb(173,191,203); }
div.DivClassName
{
background-color: #ADBFCB;
}
.BgClassName
{
background-color: #ADBFCB;
}
</style>
border-color css
<style>
span { border-color: #ADBFCB; }
span { border-color: rgb(173,191,203); }
td.TdClassName
{
border-color: #ADBFCB;
}
.TagClassName
{
border-color: #ADBFCB;
}
</style>