Html Css Color HEX #AAB9CB Spindle

📋 copy color: '#AAB9CB'

red 170 ◦ green 185 ◦ blue 203

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

Shades of Spindle #AAB9CB

Tints of Spindle #AAB9CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.38%

R = 30.47%
G = 33.15%
B = 36.38%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AAB9CB (or 0xAAB9CB) is known color: Spindle. HEX triplet: AA, B9 and CB. RGB value is (170,185,203). Sum of RGB (Red+Green+Blue) = 170+185+203=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAB9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9CB is #554634. Grayscale: #B6B6B6. Windows color (decimal): -5588533 or 13351338. OLE color: 13351338.

HSL color Cylindrical-coordinate representation of color #AAB9CB: hue angle of 212.73º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAB9CB is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 185 203 -
CMYK 0.16 0.09 0 0.20
HSL 212.73º 0.24% 0.73% -
HSV(B) 212.73º 0.16% 0.8% -
XYZ 44.71 47.56 63.32 -
YUV 182.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 170 185 203 0.16 0.09 0 0.20 212.73 0.24 0.73
Hex AA B9 CB 10 9 0 14 D5 18 49
Octal 252 271 313 20 11 0 24 325 30 111
Binary 10101010 10111001 11001011 10000 1001 0 10100 11010101 11000 1001001

Color Harmonies of #AAB9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9CB

Black with #AAB9CB

Text Example


Text Example

White with #AAB9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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