#91BBC7

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

Shades of Botticelli #91BBC7

Tints of Botticelli #91BBC7

Color information

#91BBC7 (or 0x91BBC7) is unknown color: approx Botticelli. HEX triplet: 91, BB and C7. RGB value is (145,187,199). Sum of RGB (Red+Green+Blue) = 145+187+199=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 199 - color contains mainly: blue. Hex color #91BBC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BBC7 is #6E4438. Grayscale: #AFAFAF. Windows color (decimal): -7226425 or 13089681. OLE color: 13089681.

HSL color Cylindrical-coordinate representation of color #91BBC7: hue angle of 193.33º 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 #91BBC7 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB145187199-
CMYK0.270.0600.22
HSL193.33º32.53%67.45%-
HSV(B)193.33º27.14%78.04%-
XYZ39.7645.6860.76-
YUV175.81141.09106.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.31%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 199 (78.12% from 255) = 37.48%
R=27.31%
G=35.22%
B=37.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451871990.270.0600.22193.3332.5367.45
Hex91BBC71B6016c12143
Octal22127330733602630141103
Binary10010001101110111100011111011110010110110000011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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