Html Css Color HEX #AABFC4 Heather

📋 copy color: '#AABFC4'

red 170 ◦ green 191 ◦ blue 196

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

Shades of Heather #AABFC4

Tints of Heather #AABFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.19%

R = 30.52%
G = 34.29%
B = 35.19%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AABFC4 (or 0xAABFC4) is known color: Heather. HEX triplet: AA, BF and C4. RGB value is (170,191,196). Sum of RGB (Red+Green+Blue) = 170+191+196=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 196 - color contains mainly: blue. Hex color #AABFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFC4 is #55403B. Grayscale: #B9B9B9. Windows color (decimal): -5587004 or 12894122. OLE color: 12894122.

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

Color convert

RGB 170 191 196 -
CMYK 0.13 0.03 0 0.23
HSL 191.54º 0.18% 0.72% -
HSV(B) 191.54º 0.13% 0.77% -
XYZ 45.17 49.79 59.45 -
YUV 185.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 170 191 196 0.13 0.03 0 0.23 191.54 0.18 0.72
Hex AA BF C4 D 3 0 17 C0 12 48
Octal 252 277 304 15 3 0 27 300 22 110
Binary 10101010 10111111 11000100 1101 11 0 10111 11000000 10010 1001000

Color Harmonies of #AABFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFC4

Black with #AABFC4

Text Example


Text Example

White with #AABFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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