#BDFEE4

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

Shades of Mint Tulip #BDFEE4

Tints of Mint Tulip #BDFEE4

Color information

#BDFEE4 (or 0xBDFEE4) is unknown color: approx Mint Tulip. HEX triplet: BD, FE and E4. RGB value is (189,254,228). Sum of RGB (Red+Green+Blue) = 189+254+228=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEE4 is #42011B. Grayscale: #E7E7E7. Windows color (decimal): -4325660 or 15007421. OLE color: 15007421.

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

Color convert

RGB189254228-
CMYK0.2600.100.00
HSL156º97.01%86.86%-
HSV(B)156º25.59%99.61%-
XYZ70.4387.386.54-
YUV231.6125.9797.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.17%
GREEN value IS 254 (99.61% from 255) = 37.85%
BLUE value IS 228 (89.45% from 255) = 33.98%
R=28.17%
G=37.85%
B=33.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542280.2600.100.0015697.0186.86
HexBDFEE41A0A09c6157
Octal275376344320120234141127
Binary101111011111111011100100110100101001001110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEE4; }

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

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

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

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

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

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

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

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