#91BDC7

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

Shades of Botticelli #91BDC7

Tints of Botticelli #91BDC7

Color information

#91BDC7 (or 0x91BDC7) is unknown color: approx Botticelli. HEX triplet: 91, BD and C7. RGB value is (145,189,199). Sum of RGB (Red+Green+Blue) = 145+189+199=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 199 - color contains mainly: blue. Hex color #91BDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDC7 is #6E4238. Grayscale: #B0B0B0. Windows color (decimal): -7225913 or 13090193. OLE color: 13090193.

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

Color convert

RGB145189199-
CMYK0.270.0500.22
HSL191.11º32.53%67.45%-
HSV(B)191.11º27.14%78.04%-
XYZ40.1846.5460.9-
YUV176.98140.42105.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.20%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 199 (78.12% from 255) = 37.34%
R=27.20%
G=35.46%
B=37.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451891990.270.0500.22191.1132.5367.45
Hex91BDC71B5016bf2143
Octal22127530733502627741103
Binary10010001101111011100011111011101010110101111111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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