Html Css Color HEX #AABBC6 Heather

📋 copy color: '#AABBC6'

red 170 ◦ green 187 ◦ blue 198

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

Shades of Heather #AABBC6

Tints of Heather #AABBC6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.69%

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

R = 30.63%
G = 33.69%
B = 35.68%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AABBC6 (or 0xAABBC6) is known color: Heather. HEX triplet: AA, BB and C6. RGB value is (170,187,198). Sum of RGB (Red+Green+Blue) = 170+187+198=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 198 - color contains mainly: blue. Hex color #AABBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBC6 is #554439. Grayscale: #B7B7B7. Windows color (decimal): -5588026 or 13024170. OLE color: 13024170.

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

Color convert

RGB 170 187 198 -
CMYK 0.14 0.06 0 0.22
HSL 203.57º 0.2% 0.72% -
HSV(B) 203.57º 0.14% 0.78% -
XYZ 44.54 48.16 60.38 -
YUV 183.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 170 187 198 0.14 0.06 0 0.22 203.57 0.2 0.72
Hex AA BB C6 E 6 0 16 CC 14 48
Octal 252 273 306 16 6 0 26 314 24 110
Binary 10101010 10111011 11000110 1110 110 0 10110 11001100 10100 1001000

Color Harmonies of #AABBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBC6

Black with #AABBC6

Text Example


Text Example

White with #AABBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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