Html Css Color HEX #AAB9C8 Heather

📋 copy color: '#AAB9C8'

red 170 ◦ green 185 ◦ blue 200

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

Shades of Heather #AAB9C8

Tints of Heather #AAB9C8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.33%

 BLUE value IS 200 (78.52% from 255) = 36.04%

R = 30.63%
G = 33.33%
B = 36.04%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AAB9C8 (or 0xAAB9C8) is known color: Heather. HEX triplet: AA, B9 and C8. RGB value is (170,185,200). Sum of RGB (Red+Green+Blue) = 170+185+200=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 200 - color contains mainly: blue. Hex color #AAB9C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9C8 is #554637. Grayscale: #B6B6B6. Windows color (decimal): -5588536 or 13154730. OLE color: 13154730.

HSL color Cylindrical-coordinate representation of color #AAB9C8: hue angle of 210º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB9C8 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 185 200 -
CMYK 0.15 0.08 0 0.22
HSL 210º 0.21% 0.73% -
HSV(B) 210º 0.15% 0.78% -
XYZ 44.35 47.41 61.46 -
YUV 182.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 170 185 200 0.15 0.08 0 0.22 210 0.21 0.73
Hex AA B9 C8 F 8 0 16 D2 15 49
Octal 252 271 310 17 10 0 26 322 25 111
Binary 10101010 10111001 11001000 1111 1000 0 10110 11010010 10101 1001001

Color Harmonies of #AAB9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9C8

Black with #AAB9C8

Text Example


Text Example

White with #AAB9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9C8; }

 p { color: rgb(170,185,200); }

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

background-color css

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

 a { background-color: rgb(170,185,200); }

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

border-color css

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

 span { border-color: rgb(170,185,200); }

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