Shades of Tiara #ADCCBE
Tints of Tiara #ADCCBE
RGB
CMYK
RGB Variations
Color information
#ADCCBE (or 0xADCCBE) is known color: Tiara. HEX triplet: AD, CC and BE. RGB value is (173,204,190). Sum of RGB (Red+Green+Blue) = 173+204+190=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCBE is #523341. Grayscale: #C1C1C1. Windows color (decimal): -5387074 or 12504237. OLE color: 12504237.
HSL color Cylindrical-coordinate representation of color #ADCCBE: hue angle of 152.9º degrees, saturation: 0.23, 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 #ADCCBE is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 190 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.2 |
| HSL | 152.9º | 0.23% | 0.74% | - |
| HSV(B) | 152.9º | 0.15% | 0.8% | - |
| XYZ | 48.12 | 55.79 | 56.95 | - |
| YUV | 193.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 190 | 0.15 | 0 | 0.07 | 0.2 | 152.9 | 0.23 | 0.74 |
| Hex | AD | CC | BE | F | 0 | 7 | 14 | 99 | 17 | 4A |
| Octal | 255 | 314 | 276 | 17 | 0 | 7 | 24 | 231 | 27 | 112 |
| Binary | 10101101 | 11001100 | 10111110 | 1111 | 0 | 111 | 10100 | 10011001 | 10111 | 1001010 |
Color Harmonies of #ADCCBE
Complementary color
Monochromatic Colors of #ADCCBE
Black with #ADCCBE
Text Example
Text Example
White with #ADCCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCBE; }
p { color: rgb(173,204,190); }
H1.HeaderClassName
{
color: #ADCCBE;
}
.AnyTagClassName
{
color: #ADCCBE;
}
</style>
background-color css
<style>
a { background-color: #ADCCBE; }
a { background-color: rgb(173,204,190); }
div.DivClassName
{
background-color: #ADCCBE;
}
.BgClassName
{
background-color: #ADCCBE;
}
</style>
border-color css
<style>
span { border-color: #ADCCBE; }
span { border-color: rgb(173,204,190); }
td.TdClassName
{
border-color: #ADCCBE;
}
.TagClassName
{
border-color: #ADCCBE;
}
</style>