#96ABAE

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

Shades of Botticelli #96ABAE

Tints of Botticelli #96ABAE

Color information

#96ABAE (or 0x96ABAE) is unknown color: approx Botticelli. HEX triplet: 96, AB and AE. RGB value is (150,171,174). Sum of RGB (Red+Green+Blue) = 150+171+174=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 174 - color contains mainly: blue. Hex color #96ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ABAE is #695451. Grayscale: #A5A5A5. Windows color (decimal): -6902866 or 11447190. OLE color: 11447190.

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

Color convert

RGB150171174-
CMYK0.140.0200.32
HSL187.5º12.9%63.53%-
HSV(B)187.5º13.79%68.24%-
XYZ34.7838.6745.67-
YUV165.06133.04117.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=30.30%
G=34.55%
B=35.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501711740.140.0200.32187.512.963.53
Hex96ABAEE2020bbd40
Octal22625325616204027315100
Binary10010110101010111010111011101001000001011101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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