Html Css Color HEX #AABAC8 Heather

📋 copy color: '#AABAC8'

red 170 ◦ green 186 ◦ blue 200

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

Shades of Heather #AABAC8

Tints of Heather #AABAC8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.45%

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

R = 30.58%
G = 33.45%
B = 35.97%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AABAC8 (or 0xAABAC8) is known color: Heather. HEX triplet: AA, BA and C8. RGB value is (170,186,200). Sum of RGB (Red+Green+Blue) = 170+186+200=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 200 - color contains mainly: blue. Hex color #AABAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAC8 is #554537. Grayscale: #B6B6B6. Windows color (decimal): -5588280 or 13154986. OLE color: 13154986.

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

Color convert

RGB 170 186 200 -
CMYK 0.15 0.07 0 0.22
HSL 208º 0.21% 0.73% -
HSV(B) 208º 0.15% 0.78% -
XYZ 44.56 47.83 61.53 -
YUV 182.81 137.7 118.86 -
System Red Green Blue C M Y K H S L
Decimal 170 186 200 0.15 0.07 0 0.22 208 0.21 0.73
Hex AA BA C8 F 7 0 16 D0 15 49
Octal 252 272 310 17 7 0 26 320 25 111
Binary 10101010 10111010 11001000 1111 111 0 10110 11010000 10101 1001001

Color Harmonies of #AABAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAC8

Black with #AABAC8

Text Example


Text Example

White with #AABAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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