#96A9AF

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

Shades of Botticelli #96A9AF

Tints of Botticelli #96A9AF

Color information

#96A9AF (or 0x96A9AF) is unknown color: approx Botticelli. HEX triplet: 96, A9 and AF. RGB value is (150,169,175). Sum of RGB (Red+Green+Blue) = 150+169+175=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 175 - color contains mainly: blue. Hex color #96A9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A9AF is #695650. Grayscale: #A3A3A3. Windows color (decimal): -6903377 or 11512214. OLE color: 11512214.

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

Color convert

RGB150169175-
CMYK0.140.0300.31
HSL194.4º13.51%63.73%-
HSV(B)194.4º14.29%68.63%-
XYZ34.537.9646.06-
YUV164134.21118.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=30.36%
G=34.21%
B=35.43%

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
Decimal1501691750.140.0300.31194.413.5163.73
Hex96A9AFE301Fc2e40
Octal22625125716303730216100
Binary1001011010101001101011111110110111111100001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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