#90BCC0

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

Shades of Botticelli #90BCC0

Tints of Botticelli #90BCC0

Color information

#90BCC0 (or 0x90BCC0) is unknown color: approx Botticelli. HEX triplet: 90, BC and C0. RGB value is (144,188,192). Sum of RGB (Red+Green+Blue) = 144+188+192=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #90BCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCC0 is #6F433F. Grayscale: #AFAFAF. Windows color (decimal): -7291712 or 12631184. OLE color: 12631184.

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

Color convert

RGB144188192-
CMYK0.250.0200.25
HSL185º27.59%65.88%-
HSV(B)185º25%75.29%-
XYZ3945.756.63-
YUV175.3137.42105.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.48%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=27.48%
G=35.88%
B=36.64%

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
Decimal1441881920.250.0200.2518527.5965.88
Hex90BCC0192019b91c42
Octal22027430031203127134102
Binary100100001011110011000000110011001100110111001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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