#96AAAF

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

Shades of Botticelli #96AAAF

Tints of Botticelli #96AAAF

Color information

#96AAAF (or 0x96AAAF) is unknown color: approx Botticelli. HEX triplet: 96, AA and AF. RGB value is (150,170,175). Sum of RGB (Red+Green+Blue) = 150+170+175=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: blue. Hex color #96AAAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AAAF is #695550. Grayscale: #A4A4A4. Windows color (decimal): -6903121 or 11512470. OLE color: 11512470.

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

Color convert

RGB150170175-
CMYK0.140.0300.31
HSL192º13.51%63.73%-
HSV(B)192º14.29%68.63%-
XYZ34.6938.3346.13-
YUV164.59133.87117.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=30.30%
G=34.34%
B=35.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501701750.140.0300.3119213.5163.73
Hex96AAAFE301Fc0e40
Octal22625225716303730016100
Binary1001011010101010101011111110110111111100000011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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