#90BCBF

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

Shades of Botticelli #90BCBF

Tints of Botticelli #90BCBF

Color information

#90BCBF (or 0x90BCBF) is unknown color: approx Botticelli. HEX triplet: 90, BC and BF. RGB value is (144,188,191). Sum of RGB (Red+Green+Blue) = 144+188+191=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #90BCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCBF is #6F4340. Grayscale: #AFAFAF. Windows color (decimal): -7291713 or 12565648. OLE color: 12565648.

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

Color convert

RGB144188191-
CMYK0.250.0200.25
HSL183.83º26.86%65.69%-
HSV(B)183.83º24.61%74.9%-
XYZ38.8945.6656.05-
YUV175.19136.92105.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.53%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 191 (75% from 255) = 36.52%
R=27.53%
G=35.95%
B=36.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441881910.250.0200.25183.8326.8665.69
Hex90BCBF192019b81b42
Octal22027427731203127033102
Binary100100001011110010111111110011001100110111000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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