Html Css Color HEX #AAA5BC Spun Pearl

📋 copy color: '#AAA5BC'

red 170 ◦ green 165 ◦ blue 188

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

Shades of Spun Pearl #AAA5BC

Tints of Spun Pearl #AAA5BC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.55%

 BLUE value IS 188 (73.83% from 255) = 35.95%

R = 32.5%
G = 31.55%
B = 35.95%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AAA5BC (or 0xAAA5BC) is known color: Spun Pearl. HEX triplet: AA, A5 and BC. RGB value is (170,165,188). Sum of RGB (Red+Green+Blue) = 170+165+188=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAA5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5BC is #555A43. Grayscale: #A9A9A9. Windows color (decimal): -5593668 or 12363178. OLE color: 12363178.

HSL color Cylindrical-coordinate representation of color #AAA5BC: hue angle of 253.04º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA5BC is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 165 188 -
CMYK 0.10 0.12 0 0.26
HSL 253.04º 0.15% 0.69% -
HSV(B) 253.04º 0.12% 0.74% -
XYZ 39.11 39.09 53.06 -
YUV 169.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 170 165 188 0.10 0.12 0 0.26 253.04 0.15 0.69
Hex AA A5 BC A C 0 1A FD F 45
Octal 252 245 274 12 14 0 32 375 17 105
Binary 10101010 10100101 10111100 1010 1100 0 11010 11111101 1111 1000101

Color Harmonies of #AAA5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5BC

Black with #AAA5BC

Text Example


Text Example

White with #AAA5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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