#BEFAE4

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

Shades of Mint Tulip #BEFAE4

Tints of Mint Tulip #BEFAE4

Color information

#BEFAE4 (or 0xBEFAE4) is unknown color: approx Mint Tulip. HEX triplet: BE, FA and E4. RGB value is (190,250,228). Sum of RGB (Red+Green+Blue) = 190+250+228=668 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.44% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAE4 is #41051B. Grayscale: #E5E5E5. Windows color (decimal): -4261148 or 15006398. OLE color: 15006398.

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

Color convert

RGB190250228-
CMYK0.2400.090.02
HSL158º85.71%86.27%-
HSV(B)158º24%98.04%-
XYZ69.4284.9286.13-
YUV229.55127.1299.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.44%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 228 (89.45% from 255) = 34.13%
R=28.44%
G=37.43%
B=34.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902502280.2400.090.0215885.7186.27
HexBEFAE4180929e5656
Octal276372344300112236126126
Binary1011111011111010111001001100001001101001111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAE4; }

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

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

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

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

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

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

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

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