Html Css Color HEX #AAB9CA Spindle

📋 copy color: '#AAB9CA'

red 170 ◦ green 185 ◦ blue 202

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

Shades of Spindle #AAB9CA

Tints of Spindle #AAB9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.21%

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

R = 30.52%
G = 33.21%
B = 36.27%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AAB9CA (or 0xAAB9CA) is known color: Spindle. HEX triplet: AA, B9 and CA. RGB value is (170,185,202). Sum of RGB (Red+Green+Blue) = 170+185+202=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAB9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9CA is #554635. Grayscale: #B6B6B6. Windows color (decimal): -5588534 or 13285802. OLE color: 13285802.

HSL color Cylindrical-coordinate representation of color #AAB9CA: hue angle of 211.88º 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 #AAB9CA is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 185 202 -
CMYK 0.16 0.08 0 0.21
HSL 211.88º 0.23% 0.73% -
HSV(B) 211.88º 0.16% 0.79% -
XYZ 44.59 47.51 62.7 -
YUV 182.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 170 185 202 0.16 0.08 0 0.21 211.88 0.23 0.73
Hex AA B9 CA 10 8 0 15 D4 17 49
Octal 252 271 312 20 10 0 25 324 27 111
Binary 10101010 10111001 11001010 10000 1000 0 10101 11010100 10111 1001001

Color Harmonies of #AAB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9CA

Black with #AAB9CA

Text Example


Text Example

White with #AAB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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