#BEFEDF

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

Shades of Mint Tulip #BEFEDF

Tints of Mint Tulip #BEFEDF

Color information

#BEFEDF (or 0xBEFEDF) is unknown color: approx Mint Tulip. HEX triplet: BE, FE and DF. RGB value is (190,254,223). Sum of RGB (Red+Green+Blue) = 190+254+223=667 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.49% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFEDF is #410120. Grayscale: #E7E7E7. Windows color (decimal): -4260129 or 14679742. OLE color: 14679742.

HSL color Cylindrical-coordinate representation of color #BEFEDF: hue angle of 150.94º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFEDF is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB190254223-
CMYK0.2500.120.00
HSL150.94º96.97%87.06%-
HSV(B)150.94º25.2%99.61%-
XYZ7087.1682.95-
YUV231.33123.398.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.49%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 223 (87.5% from 255) = 33.43%
R=28.49%
G=38.08%
B=33.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542230.2500.120.00150.9496.9787.06
HexBEFEDF190C0976157
Octal276376337310140227141127
Binary101111101111111011011111110010110001001011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEDF; }

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

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

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

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

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

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

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

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