Html Css Color HEX #AABEC3 Heather

📋 copy color: '#AABEC3'

red 170 ◦ green 190 ◦ blue 195

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

Shades of Heather #AABEC3

Tints of Heather #AABEC3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.23%

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

R = 30.63%
G = 34.23%
B = 35.14%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AABEC3 (or 0xAABEC3) is known color: Heather. HEX triplet: AA, BE and C3. RGB value is (170,190,195). Sum of RGB (Red+Green+Blue) = 170+190+195=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 195 - color contains mainly: blue. Hex color #AABEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEC3 is #55413C. Grayscale: #B8B8B8. Windows color (decimal): -5587261 or 12828330. OLE color: 12828330.

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

Color convert

RGB 170 190 195 -
CMYK 0.13 0.03 0 0.24
HSL 192º 0.17% 0.72% -
HSV(B) 192º 0.13% 0.76% -
XYZ 44.84 49.31 58.78 -
YUV 184.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 170 190 195 0.13 0.03 0 0.24 192 0.17 0.72
Hex AA BE C3 D 3 0 18 C0 11 48
Octal 252 276 303 15 3 0 30 300 21 110
Binary 10101010 10111110 11000011 1101 11 0 11000 11000000 10001 1001000

Color Harmonies of #AABEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEC3

Black with #AABEC3

Text Example


Text Example

White with #AABEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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