#96AAB0

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

Shades of Botticelli #96AAB0

Tints of Botticelli #96AAB0

Color information

#96AAB0 (or 0x96AAB0) is unknown color: approx Botticelli. HEX triplet: 96, AA and B0. RGB value is (150,170,176). Sum of RGB (Red+Green+Blue) = 150+170+176=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 176 - color contains mainly: blue. Hex color #96AAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AAB0 is #69554F. Grayscale: #A4A4A4. Windows color (decimal): -6903120 or 11578006. OLE color: 11578006.

HSL color Cylindrical-coordinate representation of color #96AAB0: hue angle of 193.85º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96AAB0 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150170176-
CMYK0.150.0300.31
HSL193.85º14.13%63.92%-
HSV(B)193.85º14.77%69.02%-
XYZ34.7938.3746.65-
YUV164.7134.37117.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.24%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=30.24%
G=34.27%
B=35.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501701760.150.0300.31193.8514.1363.92
Hex96AAB0F301Fc2e40
Octal22625226017303730216100
Binary1001011010101010101100001111110111111100001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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