#91AEB2

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

Shades of Botticelli #91AEB2

Tints of Botticelli #91AEB2

Color information

#91AEB2 (or 0x91AEB2) is unknown color: approx Botticelli. HEX triplet: 91, AE and B2. RGB value is (145,174,178). Sum of RGB (Red+Green+Blue) = 145+174+178=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 178 - color contains mainly: blue. Hex color #91AEB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AEB2 is #6E514D. Grayscale: #A5A5A5. Windows color (decimal): -7229774 or 11710097. OLE color: 11710097.

HSL color Cylindrical-coordinate representation of color #91AEB2: hue angle of 187.27º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91AEB2 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB145174178-
CMYK0.190.0200.30
HSL187.27º17.65%63.33%-
HSV(B)187.27º18.54%69.8%-
XYZ34.8539.5147.91-
YUV165.78134.89113.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.18%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 178 (69.92% from 255) = 35.81%
R=29.18%
G=35.01%
B=35.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1451741780.190.0200.30187.2717.6563.33
Hex91AEB213201Ebb123f
Octal2212562622320362732277
Binary10010001101011101011001010011100111101011101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91AEB2; }

 p { color: rgb(145,174,178); }

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

<style>
 a { background-color: #91AEB2; }

 a { background-color: rgb(145,174,178); }

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

<style>
 span { border-color: #91AEB2; }

 span { border-color: rgb(145,174,178); }

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