#90B9BE

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

Shades of Botticelli #90B9BE

Tints of Botticelli #90B9BE

Color information

#90B9BE (or 0x90B9BE) is unknown color: approx Botticelli. HEX triplet: 90, B9 and BE. RGB value is (144,185,190). Sum of RGB (Red+Green+Blue) = 144+185+190=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #90B9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B9BE is #6F4641. Grayscale: #ADADAD. Windows color (decimal): -7292482 or 12499344. OLE color: 12499344.

HSL color Cylindrical-coordinate representation of color #90B9BE: hue angle of 186.52º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90B9BE is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144185190-
CMYK0.240.0300.25
HSL186.52º26.14%65.49%-
HSV(B)186.52º24.21%74.51%-
XYZ38.1444.3455.26-
YUV173.31137.42107.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.75%
GREEN value IS 185 (72.66% from 255) = 35.65%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=27.75%
G=35.65%
B=36.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441851900.240.0300.25186.5226.1465.49
Hex90B9BE183019bb1a41
Octal22027127630303127332101
Binary100100001011100110111110110001101100110111011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90B9BE; }

 p { color: rgb(144,185,190); }

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

<style>
 a { background-color: #90B9BE; }

 a { background-color: rgb(144,185,190); }

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

<style>
 span { border-color: #90B9BE; }

 span { border-color: rgb(144,185,190); }

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