#96AEB0

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

Shades of Botticelli #96AEB0

Tints of Botticelli #96AEB0

Color information

#96AEB0 (or 0x96AEB0) is unknown color: approx Botticelli. HEX triplet: 96, AE and B0. RGB value is (150,174,176). Sum of RGB (Red+Green+Blue) = 150+174+176=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 176 - color contains mainly: blue. Hex color #96AEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AEB0 is #69514F. Grayscale: #A7A7A7. Windows color (decimal): -6902096 or 11579030. OLE color: 11579030.

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

Color convert

RGB150174176-
CMYK0.150.0100.31
HSL184.62º14.13%63.92%-
HSV(B)184.62º14.77%69.02%-
XYZ35.5539.8946.9-
YUV167.05133.05115.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=30%
G=34.8%
B=35.2%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501741760.150.0100.31184.6214.1363.92
Hex96AEB0F101Fb9e40
Octal22625626017103727116100
Binary100101101010111010110000111110111111011100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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