#BEFAE2

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

Shades of Mint Tulip #BEFAE2

Tints of Mint Tulip #BEFAE2

Color information

#BEFAE2 (or 0xBEFAE2) is unknown color: approx Mint Tulip. HEX triplet: BE, FA and E2. RGB value is (190,250,226). Sum of RGB (Red+Green+Blue) = 190+250+226=666 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.53% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAE2 is #41051D. Grayscale: #E5E5E5. Windows color (decimal): -4261150 or 14875326. OLE color: 14875326.

HSL color Cylindrical-coordinate representation of color #BEFAE2: hue angle of 156º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFAE2 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB190250226-
CMYK0.2400.100.02
HSL156º85.71%86.27%-
HSV(B)156º24%98.04%-
XYZ69.1584.8184.68-
YUV229.32126.1299.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.53%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 226 (88.67% from 255) = 33.93%
R=28.53%
G=37.54%
B=33.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902502260.2400.100.0215685.7186.27
HexBEFAE2180A29c5656
Octal276372342300122234126126
Binary1011111011111010111000101100001010101001110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAE2; }

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

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

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

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

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

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

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

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