#90BFC1

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

Shades of Botticelli #90BFC1

Tints of Botticelli #90BFC1

Color information

#90BFC1 (or 0x90BFC1) is unknown color: approx Botticelli. HEX triplet: 90, BF and C1. RGB value is (144,191,193). Sum of RGB (Red+Green+Blue) = 144+191+193=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #90BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFC1 is #6F403E. Grayscale: #B1B1B1. Windows color (decimal): -7290943 or 12697488. OLE color: 12697488.

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

Color convert

RGB144191193-
CMYK0.250.0100.24
HSL182.45º28.32%66.08%-
HSV(B)182.45º25.39%75.69%-
XYZ39.7647.0457.44-
YUV177.18136.93104.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.27%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=27.27%
G=36.17%
B=36.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441911930.250.0100.24182.4528.3266.08
Hex90BFC1191018b61c42
Octal22027730131103026634102
Binary10010000101111111100000111001101100010110110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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