Html Css Color HEX #AABECC Heather

📋 copy color: '#AABECC'

red 170 ◦ green 190 ◦ blue 204

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

Shades of Heather #AABECC

Tints of Heather #AABECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.69%

 BLUE value IS 204 (80.08% from 255) = 36.17%

R = 30.14%
G = 33.69%
B = 36.17%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AABECC (or 0xAABECC) is known color: Heather. HEX triplet: AA, BE and CC. RGB value is (170,190,204). Sum of RGB (Red+Green+Blue) = 170+190+204=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #AABECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABECC is #554133. Grayscale: #B9B9B9. Windows color (decimal): -5587252 or 13418154. OLE color: 13418154.

HSL color Cylindrical-coordinate representation of color #AABECC: hue angle of 204.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABECC is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 190 204 -
CMYK 0.17 0.07 0 0.2
HSL 204.71º 0.25% 0.73% -
HSV(B) 204.71º 0.17% 0.8% -
XYZ 45.89 49.73 64.31 -
YUV 185.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 170 190 204 0.17 0.07 0 0.2 204.71 0.25 0.73
Hex AA BE CC 11 7 0 14 CD 19 49
Octal 252 276 314 21 7 0 24 315 31 111
Binary 10101010 10111110 11001100 10001 111 0 10100 11001101 11001 1001001

Color Harmonies of #AABECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABECC

Black with #AABECC

Text Example


Text Example

White with #AABECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABECC; }

 p { color: rgb(170,190,204); }

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

background-color css

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

 a { background-color: rgb(170,190,204); }

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

border-color css

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

 span { border-color: rgb(170,190,204); }

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