#90B3BF

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

Shades of Botticelli #90B3BF

Tints of Botticelli #90B3BF

Color information

#90B3BF (or 0x90B3BF) is unknown color: approx Botticelli. HEX triplet: 90, B3 and BF. RGB value is (144,179,191). Sum of RGB (Red+Green+Blue) = 144+179+191=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #90B3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B3BF is #6F4C40. Grayscale: #A9A9A9. Windows color (decimal): -7294017 or 12563344. OLE color: 12563344.

HSL color Cylindrical-coordinate representation of color #90B3BF: hue angle of 195.32º 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 #90B3BF is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144179191-
CMYK0.250.0600.25
HSL195.32º26.86%65.69%-
HSV(B)195.32º24.61%74.9%-
XYZ37.0341.9355.43-
YUV169.9139.9109.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.02%
GREEN value IS 179 (70.31% from 255) = 34.82%
BLUE value IS 191 (75% from 255) = 37.16%
R=28.02%
G=34.82%
B=37.16%

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
Decimal1441791910.250.0600.25195.3226.8665.69
Hex90B3BF196019c31b42
Octal22026327731603130333102
Binary1001000010110011101111111100111001100111000011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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