#91BCC8

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

Shades of Botticelli #91BCC8

Tints of Botticelli #91BCC8

Color information

#91BCC8 (or 0x91BCC8) is unknown color: approx Botticelli. HEX triplet: 91, BC and C8. RGB value is (145,188,200). Sum of RGB (Red+Green+Blue) = 145+188+200=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #91BCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCC8 is #6E4337. Grayscale: #B0B0B0. Windows color (decimal): -7226168 or 13155473. OLE color: 13155473.

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

Color convert

RGB145188200-
CMYK0.280.0600.22
HSL193.09º33.33%67.65%-
HSV(B)193.09º27.5%78.43%-
XYZ40.0946.1661.44-
YUV176.51141.25105.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.20%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=27.20%
G=35.27%
B=37.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451882000.280.0600.22193.0933.3367.65
Hex91BCC81C6016c12144
Octal22127431034602630141104
Binary10010001101111001100100011100110010110110000011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,188,200); }

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

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

 a { background-color: rgb(145,188,200); }

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

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

 span { border-color: rgb(145,188,200); }

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