#90BABA

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

Shades of Botticelli #90BABA

Tints of Botticelli #90BABA

Color information

#90BABA (or 0x90BABA) is unknown color: approx Botticelli. HEX triplet: 90, BA and BA. RGB value is (144,186,186). Sum of RGB (Red+Green+Blue) = 144+186+186=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #90BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BABA is #6F4545. Grayscale: #ADADAD. Windows color (decimal): -7292230 or 12237456. OLE color: 12237456.

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

Color convert

RGB144186186-
CMYK0.23000.27
HSL180º23.33%64.71%-
HSV(B)180º22.58%72.94%-
XYZ37.9244.5953.06-
YUV173.44135.09107-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.91%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=27.91%
G=36.05%
B=36.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441861860.23000.2718023.3364.71
Hex90BABA17001Bb41741
Octal22027227227003326427101
Binary10010000101110101011101010111001101110110100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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