#91ADB2

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

Shades of Botticelli #91ADB2

Tints of Botticelli #91ADB2

Color information

#91ADB2 (or 0x91ADB2) is unknown color: approx Botticelli. HEX triplet: 91, AD and B2. RGB value is (145,173,178). Sum of RGB (Red+Green+Blue) = 145+173+178=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 178 - color contains mainly: blue. Hex color #91ADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91ADB2 is #6E524D. Grayscale: #A5A5A5. Windows color (decimal): -7230030 or 11709841. OLE color: 11709841.

HSL color Cylindrical-coordinate representation of color #91ADB2: hue angle of 189.09º 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 #91ADB2 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB145173178-
CMYK0.190.0300.30
HSL189.09º17.65%63.33%-
HSV(B)189.09º18.54%69.8%-
XYZ34.6639.1247.84-
YUV165.2135.22113.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.23%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 178 (69.92% from 255) = 35.89%
R=29.23%
G=34.88%
B=35.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1451731780.190.0300.30189.0917.6563.33
Hex91ADB213301Ebd123f
Octal2212552622330362752277
Binary10010001101011011011001010011110111101011110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ADB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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