#90BFC3

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

Shades of Botticelli #90BFC3

Tints of Botticelli #90BFC3

Color information

#90BFC3 (or 0x90BFC3) is unknown color: approx Botticelli. HEX triplet: 90, BF and C3. RGB value is (144,191,195). Sum of RGB (Red+Green+Blue) = 144+191+195=530 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.17% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 195 - color contains mainly: blue. Hex color #90BFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFC3 is #6F403C. Grayscale: #B1B1B1. Windows color (decimal): -7290941 or 12828560. OLE color: 12828560.

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

Color convert

RGB144191195-
CMYK0.260.0200.24
HSL184.71º29.82%66.47%-
HSV(B)184.71º26.15%76.47%-
XYZ39.9847.1358.62-
YUV177.4137.93104.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.17%
GREEN value IS 191 (75% from 255) = 36.04%
BLUE value IS 195 (76.56% from 255) = 36.79%
R=27.17%
G=36.04%
B=36.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441911950.260.0200.24184.7129.8266.47
Hex90BFC31A2018b91e42
Octal22027730332203027136102
Binary100100001011111111000011110101001100010111001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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