#BFF9E1

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

Shades of Mint Tulip #BFF9E1

Tints of Mint Tulip #BFF9E1

Color information

#BFF9E1 (or 0xBFF9E1) is unknown color: approx Mint Tulip. HEX triplet: BF, F9 and E1. RGB value is (191,249,225). Sum of RGB (Red+Green+Blue) = 191+249+225=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9E1 is #40061E. Grayscale: #E4E4E4. Windows color (decimal): -4195871 or 14809535. OLE color: 14809535.

HSL color Cylindrical-coordinate representation of color #BFF9E1: hue angle of 155.17º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9E1 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB191249225-
CMYK0.2300.100.02
HSL155.17º82.86%86.27%-
HSV(B)155.17º23.29%97.65%-
XYZ68.9584.2683.86-
YUV228.92125.78100.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.72%
GREEN value IS 249 (97.66% from 255) = 37.44%
BLUE value IS 225 (88.28% from 255) = 33.83%
R=28.72%
G=37.44%
B=33.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912492250.2300.100.02155.1782.8686.27
HexBFF9E1170A29b5356
Octal277371341270122233123126
Binary1011111111111001111000011011101010101001101110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF9E1; }

 p { color: rgb(191,249,225); }

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

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

 a { background-color: rgb(191,249,225); }

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

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

 span { border-color: rgb(191,249,225); }

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