#BEFAE1

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

Shades of Mint Tulip #BEFAE1

Tints of Mint Tulip #BEFAE1

Color information

#BEFAE1 (or 0xBEFAE1) is unknown color: approx Mint Tulip. HEX triplet: BE, FA and E1. RGB value is (190,250,225). Sum of RGB (Red+Green+Blue) = 190+250+225=665 (88% of max value = 765). Red value is 190 (74.61% from 255 or 28.57% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFAE1 is #41051E. Grayscale: #E5E5E5. Windows color (decimal): -4261151 or 14809790. OLE color: 14809790.

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

Color convert

RGB190250225-
CMYK0.2400.100.02
HSL155º85.71%86.27%-
HSV(B)155º24%98.04%-
XYZ69.0184.7583.96-
YUV229.21125.62100.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.57%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 225 (88.28% from 255) = 33.83%
R=28.57%
G=37.59%
B=33.83%

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
Decimal1902502250.2400.100.0215585.7186.27
HexBEFAE1180A29b5656
Octal276372341300122233126126
Binary1011111011111010111000011100001010101001101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAE1; }

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

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

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

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

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

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

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

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