Html Css Color HEX #AABCCA Heather

📋 copy color: '#AABCCA'

red 170 ◦ green 188 ◦ blue 202

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

Shades of Heather #AABCCA

Tints of Heather #AABCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.07%

R = 30.36%
G = 33.57%
B = 36.07%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AABCCA (or 0xAABCCA) is known color: Heather. HEX triplet: AA, BC and CA. RGB value is (170,188,202). Sum of RGB (Red+Green+Blue) = 170+188+202=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 202 (79.30% from 255 or 36.07% from 560); Max value from RGB is 202 - color contains mainly: blue. Hex color #AABCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCCA is #554335. Grayscale: #B8B8B8. Windows color (decimal): -5587766 or 13286570. OLE color: 13286570.

HSL color Cylindrical-coordinate representation of color #AABCCA: hue angle of 206.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AABCCA is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 188 202 -
CMYK 0.16 0.07 0 0.21
HSL 206.25º 0.23% 0.73% -
HSV(B) 206.25º 0.16% 0.79% -
XYZ 45.22 48.78 62.91 -
YUV 184.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 170 188 202 0.16 0.07 0 0.21 206.25 0.23 0.73
Hex AA BC CA 10 7 0 15 CE 17 49
Octal 252 274 312 20 7 0 25 316 27 111
Binary 10101010 10111100 11001010 10000 111 0 10101 11001110 10111 1001001

Color Harmonies of #AABCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCCA

Black with #AABCCA

Text Example


Text Example

White with #AABCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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