#96ACAF

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

Shades of Botticelli #96ACAF

Tints of Botticelli #96ACAF

Color information

#96ACAF (or 0x96ACAF) is unknown color: approx Botticelli. HEX triplet: 96, AC and AF. RGB value is (150,172,175). Sum of RGB (Red+Green+Blue) = 150+172+175=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 175 - color contains mainly: blue. Hex color #96ACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ACAF is #695350. Grayscale: #A5A5A5. Windows color (decimal): -6902609 or 11512982. OLE color: 11512982.

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

Color convert

RGB150172175-
CMYK0.140.0200.31
HSL187.2º13.51%63.73%-
HSV(B)187.2º14.29%68.63%-
XYZ35.0739.0846.25-
YUV165.76133.21116.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.18%
GREEN value IS 172 (67.58% from 255) = 34.61%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=30.18%
G=34.61%
B=35.21%

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
Decimal1501721750.140.0200.31187.213.5163.73
Hex96ACAFE201Fbbe40
Octal22625425716203727316100
Binary1001011010101100101011111110100111111011101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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