Html Css Color HEX #AACEBE Tiara

📋 copy color: '#AACEBE'

red 170 ◦ green 206 ◦ blue 190

#AACEBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tiara #AACEBE

Tints of Tiara #AACEBE

RGB

 RED value IS 170 (66.8% from 255) = 30.04%

 GREEN value IS 206 (80.86% from 255) = 36.4%

 BLUE value IS 190 (74.61% from 255) = 33.57%

R = 30.04%
G = 36.4%
B = 33.57%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#AACEBE (or 0xAACEBE) is known color: Tiara. HEX triplet: AA, CE and BE. RGB value is (170,206,190). Sum of RGB (Red+Green+Blue) = 170+206+190=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEBE is #553141. Grayscale: #C1C1C1. Windows color (decimal): -5583170 or 12504746. OLE color: 12504746.

HSL color Cylindrical-coordinate representation of color #AACEBE: hue angle of 153.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACEBE is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 206 190 -
CMYK 0.17 0 0.08 0.19
HSL 153.33º 0.27% 0.74% -
HSV(B) 153.33º 0.17% 0.81% -
XYZ 47.94 56.41 57.08 -
YUV 193.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 170 206 190 0.17 0 0.08 0.19 153.33 0.27 0.74
Hex AA CE BE 11 0 8 13 99 1B 4A
Octal 252 316 276 21 0 10 23 231 33 112
Binary 10101010 11001110 10111110 10001 0 1000 10011 10011001 11011 1001010

Color Harmonies of #AACEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACEBE

Black with #AACEBE

Text Example


Text Example

White with #AACEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACEBE; }

 p { color: rgb(170,206,190); }

 H1.HeaderClassName
 {
   color: #AACEBE;
 }
 .AnyTagClassName
 {
   color: #AACEBE;
 }
</style>

background-color css

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

 a { background-color: rgb(170,206,190); }

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

border-color css

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

 span { border-color: rgb(170,206,190); }

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