#91BEC2

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

Shades of Botticelli #91BEC2

Tints of Botticelli #91BEC2

Color information

#91BEC2 (or 0x91BEC2) is unknown color: approx Botticelli. HEX triplet: 91, BE and C2. RGB value is (145,190,194). Sum of RGB (Red+Green+Blue) = 145+190+194=529 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.41% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 194 - color contains mainly: blue. Hex color #91BEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BEC2 is #6E413D. Grayscale: #B0B0B0. Windows color (decimal): -7225662 or 12762769. OLE color: 12762769.

HSL color Cylindrical-coordinate representation of color #91BEC2: hue angle of 184.9º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91BEC2 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB145190194-
CMYK0.250.0200.24
HSL184.9º28.65%66.47%-
HSV(B)184.9º25.26%76.08%-
XYZ39.8346.7457.96-
YUV177137.59105.17-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.41%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 194 (76.17% from 255) = 36.67%
R=27.41%
G=35.92%
B=36.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1451901940.250.0200.24184.928.6566.47
Hex91BEC2192018b91d42
Octal22127630231203027135102
Binary100100011011111011000010110011001100010111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,190,194); }

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

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

 a { background-color: rgb(145,190,194); }

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

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

 span { border-color: rgb(145,190,194); }

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