#90BDBF

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

Shades of Botticelli #90BDBF

Tints of Botticelli #90BDBF

Color information

#90BDBF (or 0x90BDBF) is unknown color: approx Botticelli. HEX triplet: 90, BD and BF. RGB value is (144,189,191). Sum of RGB (Red+Green+Blue) = 144+189+191=524 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.48% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #90BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDBF is #6F4240. Grayscale: #AFAFAF. Windows color (decimal): -7291457 or 12565904. OLE color: 12565904.

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

Color convert

RGB144189191-
CMYK0.250.0100.25
HSL182.55º26.86%65.69%-
HSV(B)182.55º24.61%74.9%-
XYZ39.146.0956.12-
YUV175.77136.59105.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.48%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 191 (75% from 255) = 36.45%
R=27.48%
G=36.07%
B=36.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441891910.250.0100.25182.5526.8665.69
Hex90BDBF191019b71b42
Octal22027527731103126733102
Binary10010000101111011011111111001101100110110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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