#91ABB4

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

Shades of Botticelli #91ABB4

Tints of Botticelli #91ABB4

Color information

#91ABB4 (or 0x91ABB4) is unknown color: approx Botticelli. HEX triplet: 91, AB and B4. RGB value is (145,171,180). Sum of RGB (Red+Green+Blue) = 145+171+180=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 180 - color contains mainly: blue. Hex color #91ABB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ABB4 is #6E544B. Grayscale: #A4A4A4. Windows color (decimal): -7230540 or 11840401. OLE color: 11840401.

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

Color convert

RGB145171180-
CMYK0.190.0500.29
HSL195.43º18.92%63.73%-
HSV(B)195.43º19.44%70.59%-
XYZ34.4838.4448.78-
YUV164.25136.89114.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.23%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 180 (70.70% from 255) = 36.29%
R=29.23%
G=34.48%
B=36.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451711800.190.0500.29195.4318.9263.73
Hex91ABB413501Dc31340
Octal22125326423503530323100
Binary1001000110101011101101001001110101110111000011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91ABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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