#BEFADE

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

Shades of Mint Tulip #BEFADE

Tints of Mint Tulip #BEFADE

Color information

#BEFADE (or 0xBEFADE) is unknown color: approx Mint Tulip. HEX triplet: BE, FA and DE. RGB value is (190,250,222). Sum of RGB (Red+Green+Blue) = 190+250+222=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFADE is #410521. Grayscale: #E4E4E4. Windows color (decimal): -4261154 or 14613182. OLE color: 14613182.

HSL color Cylindrical-coordinate representation of color #BEFADE: hue angle of 152º 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 #BEFADE is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB190250222-
CMYK0.2400.110.02
HSL152º85.71%86.27%-
HSV(B)152º24%98.04%-
XYZ68.6184.5981.82-
YUV228.87124.12100.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.70%
GREEN value IS 250 (98.05% from 255) = 37.76%
BLUE value IS 222 (87.11% from 255) = 33.53%
R=28.70%
G=37.76%
B=33.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902502220.2400.110.0215285.7186.27
HexBEFADE180B2985656
Octal276372336300132230126126
Binary1011111011111010110111101100001011101001100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFADE; }

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

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

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

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

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

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

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

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