#BDFEE2

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

Shades of Mint Tulip #BDFEE2

Tints of Mint Tulip #BDFEE2

Color information

#BDFEE2 (or 0xBDFEE2) is unknown color: approx Mint Tulip. HEX triplet: BD, FE and E2. RGB value is (189,254,226). Sum of RGB (Red+Green+Blue) = 189+254+226=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEE2 is #42011D. Grayscale: #E7E7E7. Windows color (decimal): -4325662 or 14876349. OLE color: 14876349.

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

Color convert

RGB189254226-
CMYK0.2600.110.00
HSL154.15º97.01%86.86%-
HSV(B)154.15º25.59%99.61%-
XYZ70.1687.1985.08-
YUV231.37124.9797.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.25%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 226 (88.67% from 255) = 33.78%
R=28.25%
G=37.97%
B=33.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542260.2600.110.00154.1597.0186.86
HexBDFEE21A0B09a6157
Octal275376342320130232141127
Binary101111011111111011100010110100101101001101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEE2; }

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

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

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

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

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

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

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

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