#91AAB5

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

Shades of Botticelli #91AAB5

Tints of Botticelli #91AAB5

Color information

#91AAB5 (or 0x91AAB5) is unknown color: approx Botticelli. HEX triplet: 91, AA and B5. RGB value is (145,170,181). Sum of RGB (Red+Green+Blue) = 145+170+181=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 181 - color contains mainly: blue. Hex color #91AAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AAB5 is #6E554A. Grayscale: #A3A3A3. Windows color (decimal): -7230795 or 11905681. OLE color: 11905681.

HSL color Cylindrical-coordinate representation of color #91AAB5: hue angle of 198.33º 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 #91AAB5 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB145170181-
CMYK0.200.0600.29
HSL198.33º19.57%63.92%-
HSV(B)198.33º19.89%70.98%-
XYZ34.3938.1149.26-
YUV163.78137.72114.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.23%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 181 (71.09% from 255) = 36.49%
R=29.23%
G=34.27%
B=36.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451701810.200.0600.29198.3319.5763.92
Hex91AAB514601Dc61440
Octal22125226524603530624100
Binary1001000110101010101101011010011001110111000110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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