#AECABE

Color #AECABE Tiara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiara #AECABE

Tints of Tiara #AECABE

Color information

#AECABE (or 0xAECABE) is unknown color: approx Tiara. HEX triplet: AE, CA and BE. RGB value is (174,202,190). Sum of RGB (Red+Green+Blue) = 174+202+190=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #AECABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECABE is #513541. Grayscale: #C0C0C0. Windows color (decimal): -5322050 or 12503726. OLE color: 12503726.

HSL color Cylindrical-coordinate representation of color #AECABE: hue angle of 154.29º 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 #AECABE is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB174202190-
CMYK0.1400.060.21
HSL154.29º20.9%73.73%-
HSV(B)154.29º13.86%79.22%-
XYZ47.8754.9656.8-
YUV192.26126.72114.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 30.74%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 190 (74.61% from 255) = 33.57%
R=30.74%
G=35.69%
B=33.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021900.1400.060.21154.2920.973.73
HexAECABEE06159a154a
Octal25631227616062523225112
Binary101011101100101010111110111001101010110011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECABE; }

 p { color: rgb(174,202,190); }

 H1.HeaderClassName
 {
   color: #AECABE;
 }
 .AnyTagClassName
 {
   color: #AECABE;
 }
</style>
background-color css

<style>
 a { background-color: #AECABE; }

 a { background-color: rgb(174,202,190); }

 div.DivClassName
 {
   background-color: #AECABE;
 }
 .BgClassName
 {
   background-color: #AECABE;
 }
</style>
border-color css

<style>
 span { border-color: #AECABE; }

 span { border-color: rgb(174,202,190); }

 td.TdClassName
 {
   border-color: #AECABE;
 }
 .TagClassName
 {
   border-color: #AECABE;
 }
</style>