#91BAC7

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

Shades of Botticelli #91BAC7

Tints of Botticelli #91BAC7

Color information

#91BAC7 (or 0x91BAC7) is unknown color: approx Botticelli. HEX triplet: 91, BA and C7. RGB value is (145,186,199). Sum of RGB (Red+Green+Blue) = 145+186+199=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 199 - color contains mainly: blue. Hex color #91BAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BAC7 is #6E4538. Grayscale: #AFAFAF. Windows color (decimal): -7226681 or 13089425. OLE color: 13089425.

HSL color Cylindrical-coordinate representation of color #91BAC7: hue angle of 194.44º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91BAC7 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB145186199-
CMYK0.270.0700.22
HSL194.44º32.53%67.45%-
HSV(B)194.44º27.14%78.04%-
XYZ39.5445.2660.68-
YUV175.22141.42106.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.36%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 199 (78.12% from 255) = 37.55%
R=27.36%
G=35.09%
B=37.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451861990.270.0700.22194.4432.5367.45
Hex91BAC71B7016c22143
Octal22127230733702630241103
Binary10010001101110101100011111011111010110110000101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,186,199); }

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

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

 a { background-color: rgb(145,186,199); }

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

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

 span { border-color: rgb(145,186,199); }

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