Html Css Color HEX #AABBC7 Heather

📋 copy color: '#AABBC7'

red 170 ◦ green 187 ◦ blue 199

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

Shades of Heather #AABBC7

Tints of Heather #AABBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 35.79%

R = 30.58%
G = 33.63%
B = 35.79%

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

#AABBC7 (or 0xAABBC7) is known color: Heather. HEX triplet: AA, BB and C7. RGB value is (170,187,199). Sum of RGB (Red+Green+Blue) = 170+187+199=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 199 - color contains mainly: blue. Hex color #AABBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBC7 is #554438. Grayscale: #B7B7B7. Windows color (decimal): -5588025 or 13089706. OLE color: 13089706.

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

Color convert

RGB 170 187 199 -
CMYK 0.15 0.06 0 0.22
HSL 204.83º 0.21% 0.72% -
HSV(B) 204.83º 0.15% 0.78% -
XYZ 44.66 48.21 60.98 -
YUV 183.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 170 187 199 0.15 0.06 0 0.22 204.83 0.21 0.72
Hex AA BB C7 F 6 0 16 CD 15 48
Octal 252 273 307 17 6 0 26 315 25 110
Binary 10101010 10111011 11000111 1111 110 0 10110 11001101 10101 1001000

Color Harmonies of #AABBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBC7

Black with #AABBC7

Text Example


Text Example

White with #AABBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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