Html Css Color HEX #AABDC8 Heather

📋 copy color: '#AABDC8'

red 170 ◦ green 189 ◦ blue 200

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

Shades of Heather #AABDC8

Tints of Heather #AABDC8

RGB

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

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

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

R = 30.41%
G = 33.81%
B = 35.78%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AABDC8 (or 0xAABDC8) is known color: Heather. HEX triplet: AA, BD and C8. RGB value is (170,189,200). Sum of RGB (Red+Green+Blue) = 170+189+200=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 200 - color contains mainly: blue. Hex color #AABDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDC8 is #554237. Grayscale: #B8B8B8. Windows color (decimal): -5587512 or 13155754. OLE color: 13155754.

HSL color Cylindrical-coordinate representation of color #AABDC8: hue angle of 202º 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 #AABDC8 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 189 200 -
CMYK 0.15 0.06 0 0.22
HSL 202º 0.21% 0.73% -
HSV(B) 202º 0.15% 0.78% -
XYZ 45.2 49.11 61.74 -
YUV 184.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 170 189 200 0.15 0.06 0 0.22 202 0.21 0.73
Hex AA BD C8 F 6 0 16 CA 15 49
Octal 252 275 310 17 6 0 26 312 25 111
Binary 10101010 10111101 11001000 1111 110 0 10110 11001010 10101 1001001

Color Harmonies of #AABDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDC8

Black with #AABDC8

Text Example


Text Example

White with #AABDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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