#96ABAC

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

Shades of Botticelli #96ABAC

Tints of Botticelli #96ABAC

Color information

#96ABAC (or 0x96ABAC) is unknown color: approx Botticelli. HEX triplet: 96, AB and AC. RGB value is (150,171,172). Sum of RGB (Red+Green+Blue) = 150+171+172=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 172 - color contains mainly: blue. Hex color #96ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ABAC is #695453. Grayscale: #A4A4A4. Windows color (decimal): -6902868 or 11316118. OLE color: 11316118.

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

Color convert

RGB150171172-
CMYK0.130.0100.33
HSL182.73º11.7%63.14%-
HSV(B)182.73º12.79%67.45%-
XYZ34.5938.5944.66-
YUV164.84132.04117.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.43%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=30.43%
G=34.69%
B=34.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501711720.130.0100.33182.7311.763.14
Hex96ABACD1021b7c3f
Octal2262532541510412671477
Binary100101101010101110101100110110100001101101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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