#90B4BF

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

Shades of Botticelli #90B4BF

Tints of Botticelli #90B4BF

Color information

#90B4BF (or 0x90B4BF) is unknown color: approx Botticelli. HEX triplet: 90, B4 and BF. RGB value is (144,180,191). Sum of RGB (Red+Green+Blue) = 144+180+191=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 191 - color contains mainly: blue. Hex color #90B4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B4BF is #6F4B40. Grayscale: #AAAAAA. Windows color (decimal): -7293761 or 12563600. OLE color: 12563600.

HSL color Cylindrical-coordinate representation of color #90B4BF: hue angle of 194.04º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90B4BF is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144180191-
CMYK0.250.0600.25
HSL194.04º26.86%65.69%-
HSV(B)194.04º24.61%74.9%-
XYZ37.2342.3355.5-
YUV170.49139.57109.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.96%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 191 (75% from 255) = 37.09%
R=27.96%
G=34.95%
B=37.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441801910.250.0600.25194.0426.8665.69
Hex90B4BF196019c21b42
Octal22026427731603130233102
Binary1001000010110100101111111100111001100111000010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,180,191); }

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

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

 a { background-color: rgb(144,180,191); }

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

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

 span { border-color: rgb(144,180,191); }

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