Html Css Color HEX #AABFC9 Heather

📋 copy color: '#AABFC9'

red 170 ◦ green 191 ◦ blue 201

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

Shades of Heather #AABFC9

Tints of Heather #AABFC9

RGB

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

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

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

R = 30.25%
G = 33.99%
B = 35.77%

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

#AABFC9 (or 0xAABFC9) is known color: Heather. HEX triplet: AA, BF and C9. RGB value is (170,191,201). Sum of RGB (Red+Green+Blue) = 170+191+201=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 201 - color contains mainly: blue. Hex color #AABFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFC9 is #554036. Grayscale: #B9B9B9. Windows color (decimal): -5586999 or 13221802. OLE color: 13221802.

HSL color Cylindrical-coordinate representation of color #AABFC9: hue angle of 199.35º 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 #AABFC9 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 191 201 -
CMYK 0.15 0.05 0 0.21
HSL 199.35º 0.22% 0.73% -
HSV(B) 199.35º 0.15% 0.79% -
XYZ 45.75 50.02 62.5 -
YUV 185.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 170 191 201 0.15 0.05 0 0.21 199.35 0.22 0.73
Hex AA BF C9 F 5 0 15 C7 16 49
Octal 252 277 311 17 5 0 25 307 26 111
Binary 10101010 10111111 11001001 1111 101 0 10101 11000111 10110 1001001

Color Harmonies of #AABFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFC9

Black with #AABFC9

Text Example


Text Example

White with #AABFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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