#BEF1DD

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

Shades of Mint Tulip #BEF1DD

Tints of Mint Tulip #BEF1DD

Color information

#BEF1DD (or 0xBEF1DD) is unknown color: approx Mint Tulip. HEX triplet: BE, F1 and DD. RGB value is (190,241,221). Sum of RGB (Red+Green+Blue) = 190+241+221=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF1DD is #410E22. Grayscale: #DFDFDF. Windows color (decimal): -4263459 or 14545342. OLE color: 14545342.

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

Color convert

RGB190241221-
CMYK0.2100.080.05
HSL156.47º64.56%84.51%-
HSV(B)156.47º21.16%94.51%-
XYZ65.7479.0880.21-
YUV223.47126.6104.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.14%
GREEN value IS 241 (94.53% from 255) = 36.96%
BLUE value IS 221 (86.72% from 255) = 33.90%
R=29.14%
G=36.96%
B=33.90%

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
Decimal1902412210.2100.080.05156.4764.5684.51
HexBEF1DD150859c4155
Octal276361335250105234101125
Binary10111110111100011101110110101010001011001110010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF1DD; }

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

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

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

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

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

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

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

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