#BEF1DE

Color #BEF1DE Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #BEF1DE

Tints of Mint Tulip #BEF1DE

Color information

#BEF1DE (or 0xBEF1DE) is unknown color: approx Mint Tulip. HEX triplet: BE, F1 and DE. RGB value is (190,241,222). Sum of RGB (Red+Green+Blue) = 190+241+222=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1DE is #410E21. Grayscale: #DFDFDF. Windows color (decimal): -4263458 or 14610878. OLE color: 14610878.

HSL color Cylindrical-coordinate representation of color #BEF1DE: hue angle of 157.65º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEF1DE is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB190241222-
CMYK0.2100.080.05
HSL157.65º64.56%84.51%-
HSV(B)157.65º21.16%94.51%-
XYZ65.8879.1380.91-
YUV223.58127.1104.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.10%
GREEN value IS 241 (94.53% from 255) = 36.91%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=29.10%
G=36.91%
B=34.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902412220.2100.080.05157.6564.5684.51
HexBEF1DE150859e4155
Octal276361336250105236101125
Binary10111110111100011101111010101010001011001111010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1DE; }

 p { color: rgb(190,241,222); }

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

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

 a { background-color: rgb(190,241,222); }

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

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

 span { border-color: rgb(190,241,222); }

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