#90BDBE

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

Shades of Botticelli #90BDBE

Tints of Botticelli #90BDBE

Color information

#90BDBE (or 0x90BDBE) is unknown color: approx Botticelli. HEX triplet: 90, BD and BE. RGB value is (144,189,190). Sum of RGB (Red+Green+Blue) = 144+189+190=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #90BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDBE is #6F4241. Grayscale: #AFAFAF. Windows color (decimal): -7291458 or 12500368. OLE color: 12500368.

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

Color convert

RGB144189190-
CMYK0.240.0100.25
HSL181.3º26.14%65.49%-
HSV(B)181.3º24.21%74.51%-
XYZ38.9946.0455.55-
YUV175.66136.09105.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.53%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=27.53%
G=36.14%
B=36.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441891900.240.0100.25181.326.1465.49
Hex90BDBE181019b51a41
Octal22027527630103126532101
Binary10010000101111011011111011000101100110110101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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