Shades of Tiara #ADCCBF
Tints of Tiara #ADCCBF
RGB
CMYK
RGB Variations
Color information
#ADCCBF (or 0xADCCBF) is known color: Tiara. HEX triplet: AD, CC and BF. RGB value is (173,204,191). Sum of RGB (Red+Green+Blue) = 173+204+191=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCBF is #523340. Grayscale: #C1C1C1. Windows color (decimal): -5387073 or 12569773. OLE color: 12569773.
HSL color Cylindrical-coordinate representation of color #ADCCBF: hue angle of 154.84º 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 #ADCCBF is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 191 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.2 |
| HSL | 154.84º | 0.23% | 0.74% | - |
| HSV(B) | 154.84º | 0.15% | 0.8% | - |
| XYZ | 48.23 | 55.83 | 57.52 | - |
| YUV | 193.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 191 | 0.15 | 0 | 0.06 | 0.2 | 154.84 | 0.23 | 0.74 |
| Hex | AD | CC | BF | F | 0 | 6 | 14 | 9B | 17 | 4A |
| Octal | 255 | 314 | 277 | 17 | 0 | 6 | 24 | 233 | 27 | 112 |
| Binary | 10101101 | 11001100 | 10111111 | 1111 | 0 | 110 | 10100 | 10011011 | 10111 | 1001010 |
Color Harmonies of #ADCCBF
Complementary color
Monochromatic Colors of #ADCCBF
Black with #ADCCBF
Text Example
Text Example
White with #ADCCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCCBF; }
p { color: rgb(173,204,191); }
H1.HeaderClassName
{
color: #ADCCBF;
}
.AnyTagClassName
{
color: #ADCCBF;
}
</style>
background-color css
<style>
a { background-color: #ADCCBF; }
a { background-color: rgb(173,204,191); }
div.DivClassName
{
background-color: #ADCCBF;
}
.BgClassName
{
background-color: #ADCCBF;
}
</style>
border-color css
<style>
span { border-color: #ADCCBF; }
span { border-color: rgb(173,204,191); }
td.TdClassName
{
border-color: #ADCCBF;
}
.TagClassName
{
border-color: #ADCCBF;
}
</style>