#91BEC4

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

Shades of Botticelli #91BEC4

Tints of Botticelli #91BEC4

Color information

#91BEC4 (or 0x91BEC4) is unknown color: approx Botticelli. HEX triplet: 91, BE and C4. RGB value is (145,190,196). Sum of RGB (Red+Green+Blue) = 145+190+196=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #91BEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BEC4 is #6E413B. Grayscale: #B1B1B1. Windows color (decimal): -7225660 or 12893841. OLE color: 12893841.

HSL color Cylindrical-coordinate representation of color #91BEC4: hue angle of 187.06º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91BEC4 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB145190196-
CMYK0.260.0300.23
HSL187.06º30.18%66.86%-
HSV(B)187.06º26.02%76.86%-
XYZ40.0546.8359.15-
YUV177.23138.59105.01-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.31%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 196 (76.95% from 255) = 36.91%
R=27.31%
G=35.78%
B=36.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1451901960.260.0300.23187.0630.1866.86
Hex91BEC41A3017bb1e43
Octal22127630432302727336103
Binary100100011011111011000100110101101011110111011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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