#BEFCE0

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

Shades of Mint Tulip #BEFCE0

Tints of Mint Tulip #BEFCE0

Color information

#BEFCE0 (or 0xBEFCE0) is unknown color: approx Mint Tulip. HEX triplet: BE, FC and E0. RGB value is (190,252,224). Sum of RGB (Red+Green+Blue) = 190+252+224=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFCE0 is #41031F. Grayscale: #E6E6E6. Windows color (decimal): -4260640 or 14744766. OLE color: 14744766.

HSL color Cylindrical-coordinate representation of color #BEFCE0: hue angle of 152.9º degrees, saturation: 0.91, 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 #BEFCE0 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB190252224-
CMYK0.2500.110.01
HSL152.9º91.18%86.67%-
HSV(B)152.9º24.6%98.82%-
XYZ69.585.9583.45-
YUV230.27124.4699.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.53%
GREEN value IS 252 (98.83% from 255) = 37.84%
BLUE value IS 224 (87.89% from 255) = 33.63%
R=28.53%
G=37.84%
B=33.63%

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
Decimal1902522240.2500.110.01152.991.1886.67
HexBEFCE0190B1995b57
Octal276374340310131231133127
Binary101111101111110011100000110010101111001100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCE0; }

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

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

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

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

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

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

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

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