#BDFDE0

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

Shades of Mint Tulip #BDFDE0

Tints of Mint Tulip #BDFDE0

Color information

#BDFDE0 (or 0xBDFDE0) is unknown color: approx Mint Tulip. HEX triplet: BD, FD and E0. RGB value is (189,253,224). Sum of RGB (Red+Green+Blue) = 189+253+224=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDE0 is #42021F. Grayscale: #E6E6E6. Windows color (decimal): -4325920 or 14745021. OLE color: 14745021.

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

Color convert

RGB189253224-
CMYK0.2500.110.01
HSL152.81º94.12%86.67%-
HSV(B)152.81º25.3%99.22%-
XYZ69.5786.4583.54-
YUV230.56124.398.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.38%
GREEN value IS 253 (99.22% from 255) = 37.99%
BLUE value IS 224 (87.89% from 255) = 33.63%
R=28.38%
G=37.99%
B=33.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532240.2500.110.01152.8194.1286.67
HexBDFDE0190B1995e57
Octal275375340310131231136127
Binary101111011111110111100000110010101111001100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDE0; }

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

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

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

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

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

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

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

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