#90BABE

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

Shades of Botticelli #90BABE

Tints of Botticelli #90BABE

Color information

#90BABE (or 0x90BABE) is unknown color: approx Botticelli. HEX triplet: 90, BA and BE. RGB value is (144,186,190). Sum of RGB (Red+Green+Blue) = 144+186+190=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #90BABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BABE is #6F4541. Grayscale: #ADADAD. Windows color (decimal): -7292226 or 12499600. OLE color: 12499600.

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

Color convert

RGB144186190-
CMYK0.240.0200.25
HSL185.22º26.14%65.49%-
HSV(B)185.22º24.21%74.51%-
XYZ38.3544.7655.33-
YUV173.9137.09106.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.69%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=27.69%
G=35.77%
B=36.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441861900.240.0200.25185.2226.1465.49
Hex90BABE182019b91a41
Octal22027227630203127132101
Binary100100001011101010111110110001001100110111001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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