#BFFEE0

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

Shades of Mint Tulip #BFFEE0

Tints of Mint Tulip #BFFEE0

Color information

#BFFEE0 (or 0xBFFEE0) is unknown color: approx Mint Tulip. HEX triplet: BF, FE and E0. RGB value is (191,254,224). Sum of RGB (Red+Green+Blue) = 191+254+224=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 224 (87.89% from 255 or 33.48% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEE0 is #40011F. Grayscale: #E7E7E7. Windows color (decimal): -4194592 or 14745279. OLE color: 14745279.

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

Color convert

RGB191254224-
CMYK0.2500.120.00
HSL151.43º96.92%87.25%-
HSV(B)151.43º24.8%99.61%-
XYZ70.3887.3483.67-
YUV231.74123.6398.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.55%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 224 (87.89% from 255) = 33.48%
R=28.55%
G=37.97%
B=33.48%

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
Decimal1912542240.2500.120.00151.4396.9287.25
HexBFFEE0190C0976157
Octal277376340310140227141127
Binary101111111111111011100000110010110001001011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEE0; }

 p { color: rgb(191,254,224); }

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

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

 a { background-color: rgb(191,254,224); }

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

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

 span { border-color: rgb(191,254,224); }

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