#96AEB1

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

Shades of Botticelli #96AEB1

Tints of Botticelli #96AEB1

Color information

#96AEB1 (or 0x96AEB1) is unknown color: approx Botticelli. HEX triplet: 96, AE and B1. RGB value is (150,174,177). Sum of RGB (Red+Green+Blue) = 150+174+177=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 177 - color contains mainly: blue. Hex color #96AEB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AEB1 is #69514E. Grayscale: #A7A7A7. Windows color (decimal): -6902095 or 11644566. OLE color: 11644566.

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

Color convert

RGB150174177-
CMYK0.150.0200.31
HSL186.67º14.75%64.12%-
HSV(B)186.67º15.25%69.41%-
XYZ35.6539.9347.42-
YUV167.17133.55115.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 177 (69.53% from 255) = 35.33%
R=29.94%
G=34.73%
B=35.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501741770.150.0200.31186.6714.7564.12
Hex96AEB1F201Fbbf40
Octal22625626117203727317100
Binary1001011010101110101100011111100111111011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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