#99ADB5

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

Shades of Botticelli #99ADB5

Tints of Botticelli #99ADB5

Color information

#99ADB5 (or 0x99ADB5) is unknown color: approx Botticelli. HEX triplet: 99, AD and B5. RGB value is (153,173,181). Sum of RGB (Red+Green+Blue) = 153+173+181=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 181 - color contains mainly: blue. Hex color #99ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADB5 is #66524A. Grayscale: #A7A7A7. Windows color (decimal): -6705739 or 11906457. OLE color: 11906457.

HSL color Cylindrical-coordinate representation of color #99ADB5: hue angle of 197.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99ADB5 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153173181-
CMYK0.150.0400.29
HSL197.14º15.91%65.49%-
HSV(B)197.14º15.47%70.98%-
XYZ36.424049.52-
YUV167.93135.37117.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 181 (71.09% from 255) = 35.70%
R=30.18%
G=34.12%
B=35.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531731810.150.0400.29197.1415.9165.49
Hex99ADB5F401Dc51041
Octal23125526517403530520101
Binary100110011010110110110101111110001110111000101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ADB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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