Html Css Color HEX #AABFC3 Heather

📋 copy color: '#AABFC3'

red 170 ◦ green 191 ◦ blue 195

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

Shades of Heather #AABFC3

Tints of Heather #AABFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.07%

R = 30.58%
G = 34.35%
B = 35.07%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AABFC3 (or 0xAABFC3) is known color: Heather. HEX triplet: AA, BF and C3. RGB value is (170,191,195). Sum of RGB (Red+Green+Blue) = 170+191+195=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 195 - color contains mainly: blue. Hex color #AABFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFC3 is #55403C. Grayscale: #B9B9B9. Windows color (decimal): -5587005 or 12828586. OLE color: 12828586.

HSL color Cylindrical-coordinate representation of color #AABFC3: hue angle of 189.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AABFC3 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 191 195 -
CMYK 0.13 0.02 0 0.24
HSL 189.6º 0.17% 0.72% -
HSV(B) 189.6º 0.13% 0.76% -
XYZ 45.06 49.75 58.86 -
YUV 185.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 170 191 195 0.13 0.02 0 0.24 189.6 0.17 0.72
Hex AA BF C3 D 2 0 18 BE 11 48
Octal 252 277 303 15 2 0 30 276 21 110
Binary 10101010 10111111 11000011 1101 10 0 11000 10111110 10001 1001000

Color Harmonies of #AABFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFC3

Black with #AABFC3

Text Example


Text Example

White with #AABFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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