#99AAAD

Color #99AAAD Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #99AAAD

Tints of Botticelli #99AAAD

Color information

#99AAAD (or 0x99AAAD) is unknown color: approx Botticelli. HEX triplet: 99, AA and AD. RGB value is (153,170,173). Sum of RGB (Red+Green+Blue) = 153+170+173=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: blue. Hex color #99AAAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AAAD is #665552. Grayscale: #A5A5A5. Windows color (decimal): -6706515 or 11381401. OLE color: 11381401.

HSL color Cylindrical-coordinate representation of color #99AAAD: hue angle of 189º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99AAAD is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153170173-
CMYK0.120.0200.32
HSL189º10.87%63.92%-
HSV(B)189º11.56%67.84%-
XYZ35.0538.5445.13-
YUV165.26132.37119.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.85%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=30.85%
G=34.27%
B=34.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531701730.120.0200.3218910.8763.92
Hex99AAADC2020bdb40
Octal23125225514204027513100
Binary10011001101010101010110111001001000001011110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AAAD; }

 p { color: rgb(153,170,173); }

 H1.HeaderClassName
 {
   color: #99AAAD;
 }
 .AnyTagClassName
 {
   color: #99AAAD;
 }
</style>
background-color css

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

 a { background-color: rgb(153,170,173); }

 div.DivClassName
 {
   background-color: #99AAAD;
 }
 .BgClassName
 {
   background-color: #99AAAD;
 }
</style>
border-color css

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

 span { border-color: rgb(153,170,173); }

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