Html Css Color HEX #AABEC9 Heather

📋 copy color: '#AABEC9'

red 170 ◦ green 190 ◦ blue 201

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

Shades of Heather #AABEC9

Tints of Heather #AABEC9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.87%

 BLUE value IS 201 (78.91% from 255) = 35.83%

R = 30.3%
G = 33.87%
B = 35.83%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AABEC9 (or 0xAABEC9) is known color: Heather. HEX triplet: AA, BE and C9. RGB value is (170,190,201). Sum of RGB (Red+Green+Blue) = 170+190+201=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #AABEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEC9 is #554136. Grayscale: #B9B9B9. Windows color (decimal): -5587255 or 13221546. OLE color: 13221546.

HSL color Cylindrical-coordinate representation of color #AABEC9: hue angle of 201.29º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AABEC9 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 190 201 -
CMYK 0.15 0.05 0 0.21
HSL 201.29º 0.22% 0.73% -
HSV(B) 201.29º 0.15% 0.79% -
XYZ 45.53 49.59 62.43 -
YUV 185.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 170 190 201 0.15 0.05 0 0.21 201.29 0.22 0.73
Hex AA BE C9 F 5 0 15 C9 16 49
Octal 252 276 311 17 5 0 25 311 26 111
Binary 10101010 10111110 11001001 1111 101 0 10101 11001001 10110 1001001

Color Harmonies of #AABEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEC9

Black with #AABEC9

Text Example


Text Example

White with #AABEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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