#96ABAD

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

Shades of Botticelli #96ABAD

Tints of Botticelli #96ABAD

Color information

#96ABAD (or 0x96ABAD) is unknown color: approx Botticelli. HEX triplet: 96, AB and AD. RGB value is (150,171,173). Sum of RGB (Red+Green+Blue) = 150+171+173=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 173 - color contains mainly: blue. Hex color #96ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ABAD is #695452. Grayscale: #A4A4A4. Windows color (decimal): -6902867 or 11381654. OLE color: 11381654.

HSL color Cylindrical-coordinate representation of color #96ABAD: hue angle of 185.22º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96ABAD is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150171173-
CMYK0.130.0100.32
HSL185.22º12.3%63.33%-
HSV(B)185.22º13.29%67.84%-
XYZ34.6838.6345.16-
YUV164.95132.54117.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=30.36%
G=34.62%
B=35.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501711730.130.0100.32185.2212.363.33
Hex96ABADD1020b9c3f
Octal2262532551510402711477
Binary100101101010101110101101110110100000101110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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