Html Css Color HEX #AABDC7 Heather

📋 copy color: '#AABDC7'

red 170 ◦ green 189 ◦ blue 199

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

Shades of Heather #AABDC7

Tints of Heather #AABDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.66%

R = 30.47%
G = 33.87%
B = 35.66%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AABDC7 (or 0xAABDC7) is known color: Heather. HEX triplet: AA, BD and C7. RGB value is (170,189,199). Sum of RGB (Red+Green+Blue) = 170+189+199=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 199 - color contains mainly: blue. Hex color #AABDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDC7 is #554238. Grayscale: #B8B8B8. Windows color (decimal): -5587513 or 13090218. OLE color: 13090218.

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

Color convert

RGB 170 189 199 -
CMYK 0.15 0.05 0 0.22
HSL 200.69º 0.21% 0.72% -
HSV(B) 200.69º 0.15% 0.78% -
XYZ 45.08 49.06 61.13 -
YUV 184.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 170 189 199 0.15 0.05 0 0.22 200.69 0.21 0.72
Hex AA BD C7 F 5 0 16 C9 15 48
Octal 252 275 307 17 5 0 26 311 25 110
Binary 10101010 10111101 11000111 1111 101 0 10110 11001001 10101 1001000

Color Harmonies of #AABDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDC7

Black with #AABDC7

Text Example


Text Example

White with #AABDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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