#96AAAE

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

Shades of Botticelli #96AAAE

Tints of Botticelli #96AAAE

Color information

#96AAAE (or 0x96AAAE) is unknown color: approx Botticelli. HEX triplet: 96, AA and AE. RGB value is (150,170,174). Sum of RGB (Red+Green+Blue) = 150+170+174=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 174 - color contains mainly: blue. Hex color #96AAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AAAE is #695551. Grayscale: #A4A4A4. Windows color (decimal): -6903122 or 11446934. OLE color: 11446934.

HSL color Cylindrical-coordinate representation of color #96AAAE: hue angle of 190º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96AAAE is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150170174-
CMYK0.140.0200.32
HSL190º12.9%63.53%-
HSV(B)190º13.79%68.24%-
XYZ34.5938.2945.61-
YUV164.48133.37117.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=30.36%
G=34.41%
B=35.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501701740.140.0200.3219012.963.53
Hex96AAAEE2020bed40
Octal22625225616204027615100
Binary10010110101010101010111011101001000001011111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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