#96ADAF

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

Shades of Botticelli #96ADAF

Tints of Botticelli #96ADAF

Color information

#96ADAF (or 0x96ADAF) is unknown color: approx Botticelli. HEX triplet: 96, AD and AF. RGB value is (150,173,175). Sum of RGB (Red+Green+Blue) = 150+173+175=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 175 - color contains mainly: blue. Hex color #96ADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ADAF is #695250. Grayscale: #A6A6A6. Windows color (decimal): -6902353 or 11513238. OLE color: 11513238.

HSL color Cylindrical-coordinate representation of color #96ADAF: hue angle of 184.8º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96ADAF is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150173175-
CMYK0.140.0100.31
HSL184.8º13.51%63.73%-
HSV(B)184.8º14.29%68.63%-
XYZ35.2639.4746.32-
YUV166.35132.88116.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.12%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=30.12%
G=34.74%
B=35.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501731750.140.0100.31184.813.5163.73
Hex96ADAFE101Fb9e40
Octal22625525716103727116100
Binary100101101010110110101111111010111111011100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96ADAF; }

 p { color: rgb(150,173,175); }

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

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

 a { background-color: rgb(150,173,175); }

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

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

 span { border-color: rgb(150,173,175); }

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