#BEF2DC

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

Shades of Mint Tulip #BEF2DC

Tints of Mint Tulip #BEF2DC

Color information

#BEF2DC (or 0xBEF2DC) is unknown color: approx Mint Tulip. HEX triplet: BE, F2 and DC. RGB value is (190,242,220). Sum of RGB (Red+Green+Blue) = 190+242+220=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2DC is #410D23. Grayscale: #DFDFDF. Windows color (decimal): -4263204 or 14480062. OLE color: 14480062.

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

Color convert

RGB190242220-
CMYK0.2100.090.05
HSL154.62º66.67%84.71%-
HSV(B)154.62º21.49%94.9%-
XYZ65.9179.6279.6-
YUV223.94125.77103.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 29.14%
GREEN value IS 242 (94.92% from 255) = 37.12%
BLUE value IS 220 (86.33% from 255) = 33.74%
R=29.14%
G=37.12%
B=33.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902422200.2100.090.05154.6266.6784.71
HexBEF2DC150959b4355
Octal276362334250115233103125
Binary10111110111100101101110010101010011011001101110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF2DC; }

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

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

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

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

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

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

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

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