#BFF3DF

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

Shades of Mint Tulip #BFF3DF

Tints of Mint Tulip #BFF3DF

Color information

#BFF3DF (or 0xBFF3DF) is unknown color: approx Mint Tulip. HEX triplet: BF, F3 and DF. RGB value is (191,243,223). Sum of RGB (Red+Green+Blue) = 191+243+223=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3DF is #400C20. Grayscale: #E1E1E1. Windows color (decimal): -4197409 or 14676927. OLE color: 14676927.

HSL color Cylindrical-coordinate representation of color #BFF3DF: hue angle of 156.92º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF3DF is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB191243223-
CMYK0.2100.080.05
HSL156.92º68.42%85.1%-
HSV(B)156.92º21.4%95.29%-
XYZ66.8680.5181.83-
YUV225.17126.77103.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.07%
GREEN value IS 243 (95.31% from 255) = 36.99%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=29.07%
G=36.99%
B=33.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912432230.2100.080.05156.9268.4285.1
HexBFF3DF150859d4455
Octal277363337250105235104125
Binary10111111111100111101111110101010001011001110110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF3DF; }

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

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

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

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

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

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

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

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