Shades of Tiara #AECABD
Tints of Tiara #AECABD
RGB
CMYK
RGB Variations
Color information
#AECABD (or 0xAECABD) is known color: Tiara. HEX triplet: AE, CA and BD. RGB value is (174,202,189). Sum of RGB (Red+Green+Blue) = 174+202+189=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #AECABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECABD is #513542. Grayscale: #C0C0C0. Windows color (decimal): -5322051 or 12438190. OLE color: 12438190.
HSL color Cylindrical-coordinate representation of color #AECABD: hue angle of 152.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECABD is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 189 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.21 |
| HSL | 152.14º | 0.21% | 0.74% | - |
| HSV(B) | 152.14º | 0.14% | 0.79% | - |
| XYZ | 47.76 | 54.91 | 56.23 | - |
| YUV | 192.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 189 | 0.14 | 0 | 0.06 | 0.21 | 152.14 | 0.21 | 0.74 |
| Hex | AE | CA | BD | E | 0 | 6 | 15 | 98 | 15 | 4A |
| Octal | 256 | 312 | 275 | 16 | 0 | 6 | 25 | 230 | 25 | 112 |
| Binary | 10101110 | 11001010 | 10111101 | 1110 | 0 | 110 | 10101 | 10011000 | 10101 | 1001010 |
Color Harmonies of #AECABD
Complementary color
Monochromatic Colors of #AECABD
Black with #AECABD
Text Example
Text Example
White with #AECABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECABD; }
p { color: rgb(174,202,189); }
H1.HeaderClassName
{
color: #AECABD;
}
.AnyTagClassName
{
color: #AECABD;
}
</style>
background-color css
<style>
a { background-color: #AECABD; }
a { background-color: rgb(174,202,189); }
div.DivClassName
{
background-color: #AECABD;
}
.BgClassName
{
background-color: #AECABD;
}
</style>
border-color css
<style>
span { border-color: #AECABD; }
span { border-color: rgb(174,202,189); }
td.TdClassName
{
border-color: #AECABD;
}
.TagClassName
{
border-color: #AECABD;
}
</style>