Shades of Tiara #AACDBD
Tints of Tiara #AACDBD
RGB
CMYK
RGB Variations
Color information
#AACDBD (or 0xAACDBD) is known color: Tiara. HEX triplet: AA, CD and BD. RGB value is (170,205,189). Sum of RGB (Red+Green+Blue) = 170+205+189=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDBD is #553242. Grayscale: #C0C0C0. Windows color (decimal): -5583427 or 12438954. OLE color: 12438954.
HSL color Cylindrical-coordinate representation of color #AACDBD: hue angle of 152.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACDBD is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 189 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.20 |
| HSL | 152.57º | 0.26% | 0.74% | - |
| HSV(B) | 152.57º | 0.17% | 0.8% | - |
| XYZ | 47.59 | 55.88 | 56.42 | - |
| YUV | 192.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 189 | 0.17 | 0 | 0.08 | 0.20 | 152.57 | 0.26 | 0.74 |
| Hex | AA | CD | BD | 11 | 0 | 8 | 14 | 99 | 1A | 4A |
| Octal | 252 | 315 | 275 | 21 | 0 | 10 | 24 | 231 | 32 | 112 |
| Binary | 10101010 | 11001101 | 10111101 | 10001 | 0 | 1000 | 10100 | 10011001 | 11010 | 1001010 |
Color Harmonies of #AACDBD
Complementary color
Monochromatic Colors of #AACDBD
Black with #AACDBD
Text Example
Text Example
White with #AACDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDBD; }
p { color: rgb(170,205,189); }
H1.HeaderClassName
{
color: #AACDBD;
}
.AnyTagClassName
{
color: #AACDBD;
}
</style>
background-color css
<style>
a { background-color: #AACDBD; }
a { background-color: rgb(170,205,189); }
div.DivClassName
{
background-color: #AACDBD;
}
.BgClassName
{
background-color: #AACDBD;
}
</style>
border-color css
<style>
span { border-color: #AACDBD; }
span { border-color: rgb(170,205,189); }
td.TdClassName
{
border-color: #AACDBD;
}
.TagClassName
{
border-color: #AACDBD;
}
</style>