#BEFDE1

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

Shades of Mint Tulip #BEFDE1

Tints of Mint Tulip #BEFDE1

Color information

#BEFDE1 (or 0xBEFDE1) is unknown color: approx Mint Tulip. HEX triplet: BE, FD and E1. RGB value is (190,253,225). Sum of RGB (Red+Green+Blue) = 190+253+225=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDE1 is #41021E. Grayscale: #E7E7E7. Windows color (decimal): -4260383 or 14810558. OLE color: 14810558.

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

Color convert

RGB190253225-
CMYK0.2500.110.01
HSL153.33º94.03%86.86%-
HSV(B)153.33º24.9%99.22%-
XYZ69.9586.6384.27-
YUV230.97124.6398.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.44%
GREEN value IS 253 (99.22% from 255) = 37.87%
BLUE value IS 225 (88.28% from 255) = 33.68%
R=28.44%
G=37.87%
B=33.68%

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
Decimal1902532250.2500.110.01153.3394.0386.86
HexBEFDE1190B1995e57
Octal276375341310131231136127
Binary101111101111110111100001110010101111001100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDE1; }

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

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

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

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

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

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

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

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