#96AEAF

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

Shades of Botticelli #96AEAF

Tints of Botticelli #96AEAF

Color information

#96AEAF (or 0x96AEAF) is unknown color: approx Botticelli. HEX triplet: 96, AE and AF. RGB value is (150,174,175). Sum of RGB (Red+Green+Blue) = 150+174+175=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 175 - color contains mainly: blue. Hex color #96AEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AEAF is #695150. Grayscale: #A6A6A6. Windows color (decimal): -6902097 or 11513494. OLE color: 11513494.

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

Color convert

RGB150174175-
CMYK0.140.0100.31
HSL182.4º13.51%63.73%-
HSV(B)182.4º14.29%68.63%-
XYZ35.4539.8546.38-
YUV166.94132.55115.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.06%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=30.06%
G=34.87%
B=35.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501741750.140.0100.31182.413.5163.73
Hex96AEAFE101Fb6e40
Octal22625625716103726616100
Binary100101101010111010101111111010111111011011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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