Html Css Color HEX #AABCC1 Heather

📋 copy color: '#AABCC1'

red 170 ◦ green 188 ◦ blue 193

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

Shades of Heather #AABCC1

Tints of Heather #AABCC1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.12%

 BLUE value IS 193 (75.78% from 255) = 35.03%

R = 30.85%
G = 34.12%
B = 35.03%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AABCC1 (or 0xAABCC1) is known color: Heather. HEX triplet: AA, BC and C1. RGB value is (170,188,193). Sum of RGB (Red+Green+Blue) = 170+188+193=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 193 - color contains mainly: blue. Hex color #AABCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCC1 is #55433E. Grayscale: #B7B7B7. Windows color (decimal): -5587775 or 12696746. OLE color: 12696746.

HSL color Cylindrical-coordinate representation of color #AABCC1: hue angle of 193.04º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABCC1 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 188 193 -
CMYK 0.12 0.03 0 0.24
HSL 193.04º 0.16% 0.71% -
HSV(B) 193.04º 0.12% 0.76% -
XYZ 44.19 48.36 57.46 -
YUV 183.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 170 188 193 0.12 0.03 0 0.24 193.04 0.16 0.71
Hex AA BC C1 C 3 0 18 C1 10 47
Octal 252 274 301 14 3 0 30 301 20 107
Binary 10101010 10111100 11000001 1100 11 0 11000 11000001 10000 1000111

Color Harmonies of #AABCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCC1

Black with #AABCC1

Text Example


Text Example

White with #AABCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCC1; }

 p { color: rgb(170,188,193); }

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

background-color css

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

 a { background-color: rgb(170,188,193); }

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

border-color css

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

 span { border-color: rgb(170,188,193); }

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