Html Css Color HEX #AABFC6 Heather

📋 copy color: '#AABFC6'

red 170 ◦ green 191 ◦ blue 198

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

Shades of Heather #AABFC6

Tints of Heather #AABFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.42%

R = 30.41%
G = 34.17%
B = 35.42%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AABFC6 (or 0xAABFC6) is known color: Heather. HEX triplet: AA, BF and C6. RGB value is (170,191,198). Sum of RGB (Red+Green+Blue) = 170+191+198=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 198 - color contains mainly: blue. Hex color #AABFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFC6 is #554039. Grayscale: #B9B9B9. Windows color (decimal): -5587002 or 13025194. OLE color: 13025194.

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

Color convert

RGB 170 191 198 -
CMYK 0.14 0.04 0 0.22
HSL 195º 0.2% 0.72% -
HSV(B) 195º 0.14% 0.78% -
XYZ 45.4 49.88 60.66 -
YUV 185.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 170 191 198 0.14 0.04 0 0.22 195 0.2 0.72
Hex AA BF C6 E 4 0 16 C3 14 48
Octal 252 277 306 16 4 0 26 303 24 110
Binary 10101010 10111111 11000110 1110 100 0 10110 11000011 10100 1001000

Color Harmonies of #AABFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFC6

Black with #AABFC6

Text Example


Text Example

White with #AABFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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