Html Css Color HEX #AABEC7 Heather

📋 copy color: '#AABEC7'

red 170 ◦ green 190 ◦ blue 199

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

Shades of Heather #AABEC7

Tints of Heather #AABEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.6%

R = 30.41%
G = 33.99%
B = 35.6%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AABEC7 (or 0xAABEC7) is known color: Heather. HEX triplet: AA, BE and C7. RGB value is (170,190,199). Sum of RGB (Red+Green+Blue) = 170+190+199=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 199 - color contains mainly: blue. Hex color #AABEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEC7 is #554138. Grayscale: #B8B8B8. Windows color (decimal): -5587257 or 13090474. OLE color: 13090474.

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

Color convert

RGB 170 190 199 -
CMYK 0.15 0.05 0 0.22
HSL 198.62º 0.21% 0.72% -
HSV(B) 198.62º 0.15% 0.78% -
XYZ 45.3 49.5 61.2 -
YUV 185.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 170 190 199 0.15 0.05 0 0.22 198.62 0.21 0.72
Hex AA BE C7 F 5 0 16 C7 15 48
Octal 252 276 307 17 5 0 26 307 25 110
Binary 10101010 10111110 11000111 1111 101 0 10110 11000111 10101 1001000

Color Harmonies of #AABEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEC7

Black with #AABEC7

Text Example


Text Example

White with #AABEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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