#90BDC2

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

Shades of Botticelli #90BDC2

Tints of Botticelli #90BDC2

Color information

#90BDC2 (or 0x90BDC2) is unknown color: approx Botticelli. HEX triplet: 90, BD and C2. RGB value is (144,189,194). Sum of RGB (Red+Green+Blue) = 144+189+194=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 194 - color contains mainly: blue. Hex color #90BDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDC2 is #6F423D. Grayscale: #B0B0B0. Windows color (decimal): -7291454 or 12762512. OLE color: 12762512.

HSL color Cylindrical-coordinate representation of color #90BDC2: hue angle of 186º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90BDC2 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB144189194-
CMYK0.260.0300.24
HSL186º29.07%66.27%-
HSV(B)186º25.77%76.08%-
XYZ39.4446.2257.88-
YUV176.12138.09105.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.32%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 194 (76.17% from 255) = 36.81%
R=27.32%
G=35.86%
B=36.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441891940.260.0300.2418629.0766.27
Hex90BDC21A3018ba1d42
Octal22027530232303027235102
Binary100100001011110111000010110101101100010111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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