#96AEB5

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

Shades of Botticelli #96AEB5

Tints of Botticelli #96AEB5

Color information

#96AEB5 (or 0x96AEB5) is unknown color: approx Botticelli. HEX triplet: 96, AE and B5. RGB value is (150,174,181). Sum of RGB (Red+Green+Blue) = 150+174+181=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 181 (71.09% from 255 or 35.84% from 505); Max value from RGB is 181 - color contains mainly: blue. Hex color #96AEB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AEB5 is #69514A. Grayscale: #A7A7A7. Windows color (decimal): -6902091 or 11906710. OLE color: 11906710.

HSL color Cylindrical-coordinate representation of color #96AEB5: hue angle of 193.55º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96AEB5 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB150174181-
CMYK0.170.0400.29
HSL193.55º17.32%64.9%-
HSV(B)193.55º17.13%70.98%-
XYZ36.0540.0949.55-
YUV167.62135.55115.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.70%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 181 (71.09% from 255) = 35.84%
R=29.70%
G=34.46%
B=35.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501741810.170.0400.29193.5517.3264.9
Hex96AEB511401Dc21141
Octal22625626521403530221101
Binary1001011010101110101101011000110001110111000010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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