#90BDC0

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

Shades of Botticelli #90BDC0

Tints of Botticelli #90BDC0

Color information

#90BDC0 (or 0x90BDC0) is unknown color: approx Botticelli. HEX triplet: 90, BD and C0. RGB value is (144,189,192). Sum of RGB (Red+Green+Blue) = 144+189+192=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 192 - color contains mainly: blue. Hex color #90BDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDC0 is #6F423F. Grayscale: #AFAFAF. Windows color (decimal): -7291456 or 12631440. OLE color: 12631440.

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

Color convert

RGB144189192-
CMYK0.250.0200.25
HSL183.75º27.59%65.88%-
HSV(B)183.75º25%75.29%-
XYZ39.2146.1356.71-
YUV175.89137.09105.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.43%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 192 (75.39% from 255) = 36.57%
R=27.43%
G=36%
B=36.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441891920.250.0200.25183.7527.5965.88
Hex90BDC0192019b81c42
Octal22027530031203127034102
Binary100100001011110111000000110011001100110111000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,189,192); }

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

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

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

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

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

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

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