#BFF3DE

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

Shades of Mint Tulip #BFF3DE

Tints of Mint Tulip #BFF3DE

Color information

#BFF3DE (or 0xBFF3DE) is unknown color: approx Mint Tulip. HEX triplet: BF, F3 and DE. RGB value is (191,243,222). Sum of RGB (Red+Green+Blue) = 191+243+222=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 243 (95.31% from 255 or 37.04% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3DE is #400C21. Grayscale: #E1E1E1. Windows color (decimal): -4197410 or 14611391. OLE color: 14611391.

HSL color Cylindrical-coordinate representation of color #BFF3DE: hue angle of 155.77º 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 #BFF3DE is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB191243222-
CMYK0.2100.090.05
HSL155.77º68.42%85.1%-
HSV(B)155.77º21.4%95.29%-
XYZ66.7280.4581.12-
YUV225.06126.27103.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.12%
GREEN value IS 243 (95.31% from 255) = 37.04%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=29.12%
G=37.04%
B=33.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912432220.2100.090.05155.7768.4285.1
HexBFF3DE150959c4455
Octal277363336250115234104125
Binary10111111111100111101111010101010011011001110010001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF3DE; }

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

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

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

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

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

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

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

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