#BDFDE4

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

Shades of Mint Tulip #BDFDE4

Tints of Mint Tulip #BDFDE4

Color information

#BDFDE4 (or 0xBDFDE4) is unknown color: approx Mint Tulip. HEX triplet: BD, FD and E4. RGB value is (189,253,228). Sum of RGB (Red+Green+Blue) = 189+253+228=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDE4 is #42021B. Grayscale: #E7E7E7. Windows color (decimal): -4325916 or 15007165. OLE color: 15007165.

HSL color Cylindrical-coordinate representation of color #BDFDE4: hue angle of 156.56º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDE4 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB189253228-
CMYK0.2500.100.01
HSL156.56º94.12%86.67%-
HSV(B)156.56º25.3%99.22%-
XYZ70.1286.6786.43-
YUV231.01126.398.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.21%
GREEN value IS 253 (99.22% from 255) = 37.76%
BLUE value IS 228 (89.45% from 255) = 34.03%
R=28.21%
G=37.76%
B=34.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532280.2500.100.01156.5694.1286.67
HexBDFDE4190A19d5e57
Octal275375344310121235136127
Binary101111011111110111100100110010101011001110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDE4; }

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

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

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

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

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

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

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

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