#BFFEDF

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

Shades of Mint Tulip #BFFEDF

Tints of Mint Tulip #BFFEDF

Color information

#BFFEDF (or 0xBFFEDF) is unknown color: approx Mint Tulip. HEX triplet: BF, FE and DF. RGB value is (191,254,223). Sum of RGB (Red+Green+Blue) = 191+254+223=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFEDF is #400120. Grayscale: #E7E7E7. Windows color (decimal): -4194593 or 14679743. OLE color: 14679743.

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

Color convert

RGB191254223-
CMYK0.2500.120.00
HSL150.48º96.92%87.25%-
HSV(B)150.48º24.8%99.61%-
XYZ70.2587.2982.96-
YUV231.63123.1399.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.59%
GREEN value IS 254 (99.61% from 255) = 38.02%
BLUE value IS 223 (87.5% from 255) = 33.38%
R=28.59%
G=38.02%
B=33.38%

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
Decimal1912542230.2500.120.00150.4896.9287.25
HexBFFEDF190C0966157
Octal277376337310140226141127
Binary101111111111111011011111110010110001001011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEDF; }

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

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

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

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

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

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

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

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