#BEF2DF

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

Shades of Mint Tulip #BEF2DF

Tints of Mint Tulip #BEF2DF

Color information

#BEF2DF (or 0xBEF2DF) is unknown color: approx Mint Tulip. HEX triplet: BE, F2 and DF. RGB value is (190,242,223). Sum of RGB (Red+Green+Blue) = 190+242+223=655 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.01% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2DF is #410D20. Grayscale: #E0E0E0. Windows color (decimal): -4263201 or 14676670. OLE color: 14676670.

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

Color convert

RGB190242223-
CMYK0.2100.080.05
HSL158.08º66.67%84.71%-
HSV(B)158.08º21.49%94.9%-
XYZ66.3179.7881.72-
YUV224.29127.27103.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.01%
GREEN value IS 242 (94.92% from 255) = 36.95%
BLUE value IS 223 (87.5% from 255) = 34.05%
R=29.01%
G=36.95%
B=34.05%

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
Decimal1902422230.2100.080.05158.0866.6784.71
HexBEF2DF150859e4355
Octal276362337250105236103125
Binary10111110111100101101111110101010001011001111010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2DF; }

 p { color: rgb(190,242,223); }

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

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

 a { background-color: rgb(190,242,223); }

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

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

 span { border-color: rgb(190,242,223); }

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