#BFFFDF

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

Shades of Mint Tulip #BFFFDF

Tints of Mint Tulip #BFFFDF

Color information

#BFFFDF (or 0xBFFFDF) is unknown color: approx Mint Tulip. HEX triplet: BF, FF and DF. RGB value is (191,255,223). Sum of RGB (Red+Green+Blue) = 191+255+223=669 (88% of max value = 765). Red value is 191 (75% from 255 or 28.55% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFFDF is #400020. Grayscale: #E8E8E8. Windows color (decimal): -4194337 or 14679999. OLE color: 14679999.

HSL color Cylindrical-coordinate representation of color #BFFFDF: hue angle of 150º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFFDF is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB191255223-
CMYK0.2500.130
HSL150º100%87.45%-
HSV(B)150º25.1%100%-
XYZ70.5787.9283.06-
YUV232.22122.898.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.55%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 223 (87.5% from 255) = 33.33%
R=28.55%
G=38.12%
B=33.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912552230.2500.13015010087.45
HexBFFFDF190D0966457
Octal277377337310150226144127
Binary101111111111111111011111110010110101001011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFFDF; }

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

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

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

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

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

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

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

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