Html Css Color HEX #AABFC5 Heather

📋 copy color: '#AABFC5'

red 170 ◦ green 191 ◦ blue 197

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

Shades of Heather #AABFC5

Tints of Heather #AABFC5

RGB

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

 GREEN value IS 191 (75% from 255) = 34.23%

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

R = 30.47%
G = 34.23%
B = 35.3%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AABFC5 (or 0xAABFC5) is known color: Heather. HEX triplet: AA, BF and C5. RGB value is (170,191,197). Sum of RGB (Red+Green+Blue) = 170+191+197=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 197 - color contains mainly: blue. Hex color #AABFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFC5 is #55403A. Grayscale: #B9B9B9. Windows color (decimal): -5587003 or 12959658. OLE color: 12959658.

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

Color convert

RGB 170 191 197 -
CMYK 0.14 0.03 0 0.23
HSL 193.33º 0.19% 0.72% -
HSV(B) 193.33º 0.14% 0.77% -
XYZ 45.29 49.84 60.06 -
YUV 185.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 170 191 197 0.14 0.03 0 0.23 193.33 0.19 0.72
Hex AA BF C5 E 3 0 17 C1 13 48
Octal 252 277 305 16 3 0 27 301 23 110
Binary 10101010 10111111 11000101 1110 11 0 10111 11000001 10011 1001000

Color Harmonies of #AABFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFC5

Black with #AABFC5

Text Example


Text Example

White with #AABFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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