#BFFDDF

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

Shades of Mint Tulip #BFFDDF

Tints of Mint Tulip #BFFDDF

Color information

#BFFDDF (or 0xBFFDDF) is unknown color: approx Mint Tulip. HEX triplet: BF, FD and DF. RGB value is (191,253,223). Sum of RGB (Red+Green+Blue) = 191+253+223=667 (88% of max value = 765). Red value is 191 (75% from 255 or 28.64% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDDF is #400220. Grayscale: #E7E7E7. Windows color (decimal): -4194849 or 14679487. OLE color: 14679487.

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

Color convert

RGB191253223-
CMYK0.2500.120.01
HSL150.97º93.94%87.06%-
HSV(B)150.97º24.51%99.22%-
XYZ69.9386.6582.85-
YUV231.04123.4699.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.64%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 223 (87.5% from 255) = 33.43%
R=28.64%
G=37.93%
B=33.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912532230.2500.120.01150.9793.9487.06
HexBFFDDF190C1975e57
Octal277375337310141227136127
Binary101111111111110111011111110010110011001011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFDDF; }

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

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

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

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

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

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

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

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