#96A7AF

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

Shades of Botticelli #96A7AF

Tints of Botticelli #96A7AF

Color information

#96A7AF (or 0x96A7AF) is unknown color: approx Botticelli. HEX triplet: 96, A7 and AF. RGB value is (150,167,175). Sum of RGB (Red+Green+Blue) = 150+167+175=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 175 - color contains mainly: blue. Hex color #96A7AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A7AF is #695850. Grayscale: #A2A2A2. Windows color (decimal): -6903889 or 11511702. OLE color: 11511702.

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

Color convert

RGB150167175-
CMYK0.140.0500.31
HSL199.2º13.51%63.73%-
HSV(B)199.2º14.29%68.63%-
XYZ34.1337.2245.94-
YUV162.83134.87118.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.49%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=30.49%
G=33.94%
B=35.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501671750.140.0500.31199.213.5163.73
Hex96A7AFE501Fc7e40
Octal22624725716503730716100
Binary10010110101001111010111111101010111111100011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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