#BDFEE0

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

Shades of Mint Tulip #BDFEE0

Tints of Mint Tulip #BDFEE0

Color information

#BDFEE0 (or 0xBDFEE0) is unknown color: approx Mint Tulip. HEX triplet: BD, FE and E0. RGB value is (189,254,224). Sum of RGB (Red+Green+Blue) = 189+254+224=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFEE0 is #42011F. Grayscale: #E7E7E7. Windows color (decimal): -4325664 or 14745277. OLE color: 14745277.

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

Color convert

RGB189254224-
CMYK0.2600.120.00
HSL152.31º97.01%86.86%-
HSV(B)152.31º25.59%99.61%-
XYZ69.8887.0883.65-
YUV231.14123.9797.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.34%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 224 (87.89% from 255) = 33.58%
R=28.34%
G=38.08%
B=33.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542240.2600.120.00152.3197.0186.86
HexBDFEE01A0C0986157
Octal275376340320140230141127
Binary101111011111111011100000110100110001001100011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEE0; }

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

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

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

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

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

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

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

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