Html Css Color HEX #AABDC3 Heather

📋 copy color: '#AABDC3'

red 170 ◦ green 189 ◦ blue 195

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

Shades of Heather #AABDC3

Tints of Heather #AABDC3

RGB

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

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

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

R = 30.69%
G = 34.12%
B = 35.2%

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

#AABDC3 (or 0xAABDC3) is known color: Heather. HEX triplet: AA, BD and C3. RGB value is (170,189,195). Sum of RGB (Red+Green+Blue) = 170+189+195=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #AABDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDC3 is #55423C. Grayscale: #B7B7B7. Windows color (decimal): -5587517 or 12828074. OLE color: 12828074.

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

Color convert

RGB 170 189 195 -
CMYK 0.13 0.03 0 0.24
HSL 194.4º 0.17% 0.72% -
HSV(B) 194.4º 0.13% 0.76% -
XYZ 44.63 48.88 58.71 -
YUV 184 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 170 189 195 0.13 0.03 0 0.24 194.4 0.17 0.72
Hex AA BD C3 D 3 0 18 C2 11 48
Octal 252 275 303 15 3 0 30 302 21 110
Binary 10101010 10111101 11000011 1101 11 0 11000 11000010 10001 1001000

Color Harmonies of #AABDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDC3

Black with #AABDC3

Text Example


Text Example

White with #AABDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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