#90B2BF

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

Shades of Botticelli #90B2BF

Tints of Botticelli #90B2BF

Color information

#90B2BF (or 0x90B2BF) is unknown color: approx Botticelli. HEX triplet: 90, B2 and BF. RGB value is (144,178,191). Sum of RGB (Red+Green+Blue) = 144+178+191=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #90B2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B2BF is #6F4D40. Grayscale: #A9A9A9. Windows color (decimal): -7294273 or 12563088. OLE color: 12563088.

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

Color convert

RGB144178191-
CMYK0.250.0700.25
HSL196.6º26.86%65.69%-
HSV(B)196.6º24.61%74.9%-
XYZ36.8341.5355.37-
YUV169.32140.24109.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.07%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 191 (75% from 255) = 37.23%
R=28.07%
G=34.70%
B=37.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441781910.250.0700.25196.626.8665.69
Hex90B2BF197019c51b42
Octal22026227731703130533102
Binary1001000010110010101111111100111101100111000101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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