Html Css Color HEX #AABBC4 Heather

📋 copy color: '#AABBC4'

red 170 ◦ green 187 ◦ blue 196

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

Shades of Heather #AABBC4

Tints of Heather #AABBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.44%

R = 30.74%
G = 33.82%
B = 35.44%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AABBC4 (or 0xAABBC4) is known color: Heather. HEX triplet: AA, BB and C4. RGB value is (170,187,196). Sum of RGB (Red+Green+Blue) = 170+187+196=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 196 - color contains mainly: blue. Hex color #AABBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBC4 is #55443B. Grayscale: #B6B6B6. Windows color (decimal): -5588028 or 12893098. OLE color: 12893098.

HSL color Cylindrical-coordinate representation of color #AABBC4: hue angle of 200.77º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AABBC4 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 187 196 -
CMYK 0.13 0.05 0 0.23
HSL 200.77º 0.18% 0.72% -
HSV(B) 200.77º 0.13% 0.77% -
XYZ 44.31 48.07 59.17 -
YUV 182.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 170 187 196 0.13 0.05 0 0.23 200.77 0.18 0.72
Hex AA BB C4 D 5 0 17 C9 12 48
Octal 252 273 304 15 5 0 27 311 22 110
Binary 10101010 10111011 11000100 1101 101 0 10111 11001001 10010 1001000

Color Harmonies of #AABBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBC4

Black with #AABBC4

Text Example


Text Example

White with #AABBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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