#91ACB4

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

Shades of Botticelli #91ACB4

Tints of Botticelli #91ACB4

Color information

#91ACB4 (or 0x91ACB4) is unknown color: approx Botticelli. HEX triplet: 91, AC and B4. RGB value is (145,172,180). Sum of RGB (Red+Green+Blue) = 145+172+180=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 180 - color contains mainly: blue. Hex color #91ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACB4 is #6E534B. Grayscale: #A4A4A4. Windows color (decimal): -7230284 or 11840657. OLE color: 11840657.

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

Color convert

RGB145172180-
CMYK0.190.0400.29
HSL193.71º18.92%63.73%-
HSV(B)193.71º19.44%70.59%-
XYZ34.6738.8248.85-
YUV164.84136.55113.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.18%
GREEN value IS 172 (67.58% from 255) = 34.61%
BLUE value IS 180 (70.70% from 255) = 36.22%
R=29.18%
G=34.61%
B=36.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451721800.190.0400.29193.7118.9263.73
Hex91ACB413401Dc21340
Octal22125426423403530223100
Binary1001000110101100101101001001110001110111000010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,172,180); }

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

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

 a { background-color: rgb(145,172,180); }

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

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

 span { border-color: rgb(145,172,180); }

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