#BEFDE2

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

Shades of Mint Tulip #BEFDE2

Tints of Mint Tulip #BEFDE2

Color information

#BEFDE2 (or 0xBEFDE2) is unknown color: approx Mint Tulip. HEX triplet: BE, FD and E2. RGB value is (190,253,226). Sum of RGB (Red+Green+Blue) = 190+253+226=669 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.40% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDE2 is #41021D. Grayscale: #E7E7E7. Windows color (decimal): -4260382 or 14876094. OLE color: 14876094.

HSL color Cylindrical-coordinate representation of color #BEFDE2: hue angle of 154.29º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFDE2 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB190253226-
CMYK0.2500.110.01
HSL154.29º94.03%86.86%-
HSV(B)154.29º24.9%99.22%-
XYZ70.0986.6984.99-
YUV231.08125.1398.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.40%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 226 (88.67% from 255) = 33.78%
R=28.40%
G=37.82%
B=33.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902532260.2500.110.01154.2994.0386.86
HexBEFDE2190B19a5e57
Octal276375342310131232136127
Binary101111101111110111100010110010101111001101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDE2; }

 p { color: rgb(190,253,226); }

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

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

 a { background-color: rgb(190,253,226); }

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

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

 span { border-color: rgb(190,253,226); }

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