#90ADB6

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

Shades of Botticelli #90ADB6

Tints of Botticelli #90ADB6

Color information

#90ADB6 (or 0x90ADB6) is unknown color: approx Botticelli. HEX triplet: 90, AD and B6. RGB value is (144,173,182). Sum of RGB (Red+Green+Blue) = 144+173+182=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 182 - color contains mainly: blue. Hex color #90ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADB6 is #6F5249. Grayscale: #A5A5A5. Windows color (decimal): -7295562 or 11971984. OLE color: 11971984.

HSL color Cylindrical-coordinate representation of color #90ADB6: hue angle of 194.21º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90ADB6 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB144173182-
CMYK0.210.0500.29
HSL194.21º20.65%63.92%-
HSV(B)194.21º20.88%71.37%-
XYZ34.8939.1949.98-
YUV165.35137.39112.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.86%
GREEN value IS 173 (67.97% from 255) = 34.67%
BLUE value IS 182 (71.48% from 255) = 36.47%
R=28.86%
G=34.67%
B=36.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441731820.210.0500.29194.2120.6563.92
Hex90ADB615501Dc21540
Octal22025526625503530225100
Binary1001000010101101101101101010110101110111000010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,173,182); }

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

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

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

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

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

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

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