#91BDC9

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

Shades of Botticelli #91BDC9

Tints of Botticelli #91BDC9

Color information

#91BDC9 (or 0x91BDC9) is unknown color: approx Botticelli. HEX triplet: 91, BD and C9. RGB value is (145,189,201). Sum of RGB (Red+Green+Blue) = 145+189+201=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 201 - color contains mainly: blue. Hex color #91BDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BDC9 is #6E4236. Grayscale: #B1B1B1. Windows color (decimal): -7225911 or 13221265. OLE color: 13221265.

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

Color convert

RGB145189201-
CMYK0.280.0600.21
HSL192.86º34.15%67.84%-
HSV(B)192.86º27.86%78.82%-
XYZ40.4246.6362.13-
YUV177.21141.42105.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.10%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 201 (78.91% from 255) = 37.57%
R=27.10%
G=35.33%
B=37.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1451892010.280.0600.21192.8634.1567.84
Hex91BDC91C6015c12244
Octal22127531134602530142104
Binary10010001101111011100100111100110010101110000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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