#BEF1E0

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

Shades of Mint Tulip #BEF1E0

Tints of Mint Tulip #BEF1E0

Color information

#BEF1E0 (or 0xBEF1E0) is unknown color: approx Mint Tulip. HEX triplet: BE, F1 and E0. RGB value is (190,241,224). Sum of RGB (Red+Green+Blue) = 190+241+224=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1E0 is #410E1F. Grayscale: #DFDFDF. Windows color (decimal): -4263456 or 14741950. OLE color: 14741950.

HSL color Cylindrical-coordinate representation of color #BEF1E0: hue angle of 160º 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 #BEF1E0 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB190241224-
CMYK0.2100.070.05
HSL160º64.56%84.51%-
HSV(B)160º21.16%94.51%-
XYZ66.1579.2482.33-
YUV223.81128.1103.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 224 (87.89% from 255) = 34.20%
R=29.01%
G=36.79%
B=34.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902412240.2100.070.0516064.5684.51
HexBEF1E015075a04155
Octal27636134025075240101125
Binary1011111011110001111000001010101111011010000010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1E0; }

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

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

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

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

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

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

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

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