#BFFCE0

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

Shades of Mint Tulip #BFFCE0

Tints of Mint Tulip #BFFCE0

Color information

#BFFCE0 (or 0xBFFCE0) is unknown color: approx Mint Tulip. HEX triplet: BF, FC and E0. RGB value is (191,252,224). Sum of RGB (Red+Green+Blue) = 191+252+224=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFCE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFCE0 is #40031F. Grayscale: #E6E6E6. Windows color (decimal): -4195104 or 14744767. OLE color: 14744767.

HSL color Cylindrical-coordinate representation of color #BFFCE0: hue angle of 152.46º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFCE0 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB191252224-
CMYK0.2400.110.01
HSL152.46º91.04%86.86%-
HSV(B)152.46º24.21%98.82%-
XYZ69.7586.0883.46-
YUV230.57124.2999.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.64%
GREEN value IS 252 (98.83% from 255) = 37.78%
BLUE value IS 224 (87.89% from 255) = 33.58%
R=28.64%
G=37.78%
B=33.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912522240.2400.110.01152.4691.0486.86
HexBFFCE0180B1985b57
Octal277374340300131230133127
Binary101111111111110011100000110000101111001100010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCE0; }

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

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

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

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

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

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

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

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