Html Css Color HEX #AABCC6 Heather

📋 copy color: '#AABCC6'

red 170 ◦ green 188 ◦ blue 198

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

Shades of Heather #AABCC6

Tints of Heather #AABCC6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.81%

 BLUE value IS 198 (77.73% from 255) = 35.61%

R = 30.58%
G = 33.81%
B = 35.61%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AABCC6 (or 0xAABCC6) is known color: Heather. HEX triplet: AA, BC and C6. RGB value is (170,188,198). Sum of RGB (Red+Green+Blue) = 170+188+198=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 198 - color contains mainly: blue. Hex color #AABCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCC6 is #554339. Grayscale: #B7B7B7. Windows color (decimal): -5587770 or 13024426. OLE color: 13024426.

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

Color convert

RGB 170 188 198 -
CMYK 0.14 0.05 0 0.22
HSL 201.43º 0.2% 0.72% -
HSV(B) 201.43º 0.14% 0.78% -
XYZ 44.75 48.59 60.45 -
YUV 183.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 170 188 198 0.14 0.05 0 0.22 201.43 0.2 0.72
Hex AA BC C6 E 5 0 16 C9 14 48
Octal 252 274 306 16 5 0 26 311 24 110
Binary 10101010 10111100 11000110 1110 101 0 10110 11001001 10100 1001000

Color Harmonies of #AABCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCC6

Black with #AABCC6

Text Example


Text Example

White with #AABCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCC6; }

 p { color: rgb(170,188,198); }

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

background-color css

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

 a { background-color: rgb(170,188,198); }

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

border-color css

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

 span { border-color: rgb(170,188,198); }

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