#90BEC3

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

Shades of Botticelli #90BEC3

Tints of Botticelli #90BEC3

Color information

#90BEC3 (or 0x90BEC3) is unknown color: approx Botticelli. HEX triplet: 90, BE and C3. RGB value is (144,190,195). Sum of RGB (Red+Green+Blue) = 144+190+195=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 195 - color contains mainly: blue. Hex color #90BEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BEC3 is #6F413C. Grayscale: #B0B0B0. Windows color (decimal): -7291197 or 12828304. OLE color: 12828304.

HSL color Cylindrical-coordinate representation of color #90BEC3: hue angle of 185.88º degrees, saturation: 0.3, 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 #90BEC3 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB144190195-
CMYK0.260.0300.24
HSL185.88º29.82%66.47%-
HSV(B)185.88º26.15%76.47%-
XYZ39.7746.758.55-
YUV176.82138.26104.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.22%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 195 (76.56% from 255) = 36.86%
R=27.22%
G=35.92%
B=36.86%

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
Decimal1441901950.260.0300.24185.8829.8266.47
Hex90BEC31A3018ba1e42
Octal22027630332303027236102
Binary100100001011111011000011110101101100010111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,190,195); }

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

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

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

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

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

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

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