Html Css Color HEX #AABDC9 Heather

📋 copy color: '#AABDC9'

red 170 ◦ green 189 ◦ blue 201

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

Shades of Heather #AABDC9

Tints of Heather #AABDC9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.75%

 BLUE value IS 201 (78.91% from 255) = 35.89%

R = 30.36%
G = 33.75%
B = 35.89%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AABDC9 (or 0xAABDC9) is known color: Heather. HEX triplet: AA, BD and C9. RGB value is (170,189,201). Sum of RGB (Red+Green+Blue) = 170+189+201=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 201 - color contains mainly: blue. Hex color #AABDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDC9 is #554236. Grayscale: #B8B8B8. Windows color (decimal): -5587511 or 13221290. OLE color: 13221290.

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

Color convert

RGB 170 189 201 -
CMYK 0.15 0.06 0 0.21
HSL 203.23º 0.22% 0.73% -
HSV(B) 203.23º 0.15% 0.79% -
XYZ 45.32 49.16 62.36 -
YUV 184.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 170 189 201 0.15 0.06 0 0.21 203.23 0.22 0.73
Hex AA BD C9 F 6 0 15 CB 16 49
Octal 252 275 311 17 6 0 25 313 26 111
Binary 10101010 10111101 11001001 1111 110 0 10101 11001011 10110 1001001

Color Harmonies of #AABDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDC9

Black with #AABDC9

Text Example


Text Example

White with #AABDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDC9; }

 p { color: rgb(170,189,201); }

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

background-color css

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

 a { background-color: rgb(170,189,201); }

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

border-color css

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

 span { border-color: rgb(170,189,201); }

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