#BDFFE3

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

Shades of Mint Tulip #BDFFE3

Tints of Mint Tulip #BDFFE3

Color information

#BDFFE3 (or 0xBDFFE3) is unknown color: approx Mint Tulip. HEX triplet: BD, FF and E3. RGB value is (189,255,227). Sum of RGB (Red+Green+Blue) = 189+255+227=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFE3 is #42001C. Grayscale: #E8E8E8. Windows color (decimal): -4325405 or 14942141. OLE color: 14942141.

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

Color convert

RGB189255227-
CMYK0.2600.110
HSL154.55º100%87.06%-
HSV(B)154.55º25.88%100%-
XYZ70.6187.8885.91-
YUV232.07125.1397.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.17%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 227 (89.06% from 255) = 33.83%
R=28.17%
G=38.00%
B=33.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552270.2600.110154.5510087.06
HexBDFFE31A0B09b6457
Octal275377343320130233144127
Binary101111011111111111100011110100101101001101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFE3; }

 p { color: rgb(189,255,227); }

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

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

 a { background-color: rgb(189,255,227); }

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

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

 span { border-color: rgb(189,255,227); }

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