#91AEB5

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

Shades of Botticelli #91AEB5

Tints of Botticelli #91AEB5

Color information

#91AEB5 (or 0x91AEB5) is unknown color: approx Botticelli. HEX triplet: 91, AE and B5. RGB value is (145,174,181). Sum of RGB (Red+Green+Blue) = 145+174+181=500 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 181 - color contains mainly: blue. Hex color #91AEB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AEB5 is #6E514A. Grayscale: #A6A6A6. Windows color (decimal): -7229771 or 11906705. OLE color: 11906705.

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

Color convert

RGB145174181-
CMYK0.200.0400.29
HSL191.67º19.57%63.92%-
HSV(B)191.67º19.89%70.98%-
XYZ35.1539.6349.51-
YUV166.13136.39112.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29%
GREEN value IS 174 (68.36% from 255) = 34.8%
BLUE value IS 181 (71.09% from 255) = 36.2%
R=29%
G=34.8%
B=36.2%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451741810.200.0400.29191.6719.5763.92
Hex91AEB514401Dc01440
Octal22125626524403530024100
Binary1001000110101110101101011010010001110111000000101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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