#91B4BD

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

Shades of Botticelli #91B4BD

Tints of Botticelli #91B4BD

Color information

#91B4BD (or 0x91B4BD) is unknown color: approx Botticelli. HEX triplet: 91, B4 and BD. RGB value is (145,180,189). Sum of RGB (Red+Green+Blue) = 145+180+189=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #91B4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B4BD is #6E4B42. Grayscale: #AAAAAA. Windows color (decimal): -7228227 or 12432529. OLE color: 12432529.

HSL color Cylindrical-coordinate representation of color #91B4BD: hue angle of 192.27º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91B4BD is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB145180189-
CMYK0.230.0500.26
HSL192.27º25%65.49%-
HSV(B)192.27º23.28%74.12%-
XYZ37.1842.3454.36-
YUV170.56138.4109.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.21%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=28.21%
G=35.02%
B=36.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451801890.230.0500.26192.272565.49
Hex91B4BD17501Ac01941
Octal22126427527503230031101
Binary1001000110110100101111011011110101101011000000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91B4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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