#90BAC3

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

Shades of Botticelli #90BAC3

Tints of Botticelli #90BAC3

Color information

#90BAC3 (or 0x90BAC3) is unknown color: approx Botticelli. HEX triplet: 90, BA and C3. RGB value is (144,186,195). Sum of RGB (Red+Green+Blue) = 144+186+195=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 195 - color contains mainly: blue. Hex color #90BAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BAC3 is #6F453C. Grayscale: #AEAEAE. Windows color (decimal): -7292221 or 12827280. OLE color: 12827280.

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

Color convert

RGB144186195-
CMYK0.260.0500.24
HSL190.59º29.82%66.47%-
HSV(B)190.59º26.15%76.47%-
XYZ38.9144.9958.26-
YUV174.47139.59106.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.43%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 195 (76.56% from 255) = 37.14%
R=27.43%
G=35.43%
B=37.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441861950.260.0500.24190.5929.8266.47
Hex90BAC31A5018bf1e42
Octal22027230332503027736102
Binary1001000010111010110000111101010101100010111111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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