#90BAC5

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

Shades of Botticelli #90BAC5

Tints of Botticelli #90BAC5

Color information

#90BAC5 (or 0x90BAC5) is unknown color: approx Botticelli. HEX triplet: 90, BA and C5. RGB value is (144,186,197). Sum of RGB (Red+Green+Blue) = 144+186+197=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 197 - color contains mainly: blue. Hex color #90BAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BAC5 is #6F453A. Grayscale: #AEAEAE. Windows color (decimal): -7292219 or 12958352. OLE color: 12958352.

HSL color Cylindrical-coordinate representation of color #90BAC5: hue angle of 192.45º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90BAC5 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB144186197-
CMYK0.270.0600.23
HSL192.45º31.36%66.86%-
HSV(B)192.45º26.9%77.25%-
XYZ39.1445.0859.46-
YUV174.7140.59106.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.32%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 197 (77.34% from 255) = 37.38%
R=27.32%
G=35.29%
B=37.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1441861970.270.0600.23192.4531.3666.86
Hex90BAC51B6017c01f43
Octal22027230533602730037103
Binary1001000010111010110001011101111001011111000000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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