#BDFFE2

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

Shades of Mint Tulip #BDFFE2

Tints of Mint Tulip #BDFFE2

Color information

#BDFFE2 (or 0xBDFFE2) is unknown color: approx Mint Tulip. HEX triplet: BD, FF and E2. RGB value is (189,255,226). Sum of RGB (Red+Green+Blue) = 189+255+226=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFE2 is #42001D. Grayscale: #E8E8E8. Windows color (decimal): -4325406 or 14876605. OLE color: 14876605.

HSL color Cylindrical-coordinate representation of color #BDFFE2: hue angle of 153.64º 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 #BDFFE2 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB189255226-
CMYK0.2600.110
HSL153.64º100%87.06%-
HSV(B)153.64º25.88%100%-
XYZ70.4787.8385.19-
YUV231.96124.6397.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.21%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 226 (88.67% from 255) = 33.73%
R=28.21%
G=38.06%
B=33.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552260.2600.110153.6410087.06
HexBDFFE21A0B09a6457
Octal275377342320130232144127
Binary101111011111111111100010110100101101001101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFE2; }

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

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

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

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

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

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

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

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