#96ABAF

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

Shades of Botticelli #96ABAF

Tints of Botticelli #96ABAF

Color information

#96ABAF (or 0x96ABAF) is unknown color: approx Botticelli. HEX triplet: 96, AB and AF. RGB value is (150,171,175). Sum of RGB (Red+Green+Blue) = 150+171+175=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 175 - color contains mainly: blue. Hex color #96ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ABAF is #695450. Grayscale: #A5A5A5. Windows color (decimal): -6902865 or 11512726. OLE color: 11512726.

HSL color Cylindrical-coordinate representation of color #96ABAF: hue angle of 189.6º 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 #96ABAF is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150171175-
CMYK0.140.0200.31
HSL189.6º13.51%63.73%-
HSV(B)189.6º14.29%68.63%-
XYZ34.8838.746.19-
YUV165.18133.54117.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.24%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=30.24%
G=34.48%
B=35.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501711750.140.0200.31189.613.5163.73
Hex96ABAFE201Fbee40
Octal22625325716203727616100
Binary1001011010101011101011111110100111111011111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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