Html Css Color HEX #AABEC5 Heather

📋 copy color: '#AABEC5'

red 170 ◦ green 190 ◦ blue 197

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

Shades of Heather #AABEC5

Tints of Heather #AABEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.37%

R = 30.52%
G = 34.11%
B = 35.37%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AABEC5 (or 0xAABEC5) is known color: Heather. HEX triplet: AA, BE and C5. RGB value is (170,190,197). Sum of RGB (Red+Green+Blue) = 170+190+197=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 197 - color contains mainly: blue. Hex color #AABEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEC5 is #55413A. Grayscale: #B8B8B8. Windows color (decimal): -5587259 or 12959402. OLE color: 12959402.

HSL color Cylindrical-coordinate representation of color #AABEC5: hue angle of 195.56º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AABEC5 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 190 197 -
CMYK 0.14 0.04 0 0.23
HSL 195.56º 0.19% 0.72% -
HSV(B) 195.56º 0.14% 0.77% -
XYZ 45.07 49.4 59.98 -
YUV 184.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 170 190 197 0.14 0.04 0 0.23 195.56 0.19 0.72
Hex AA BE C5 E 4 0 17 C4 13 48
Octal 252 276 305 16 4 0 27 304 23 110
Binary 10101010 10111110 11000101 1110 100 0 10111 11000100 10011 1001000

Color Harmonies of #AABEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEC5

Black with #AABEC5

Text Example


Text Example

White with #AABEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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