#BDFDE1

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

Shades of Mint Tulip #BDFDE1

Tints of Mint Tulip #BDFDE1

Color information

#BDFDE1 (or 0xBDFDE1) is unknown color: approx Mint Tulip. HEX triplet: BD, FD and E1. RGB value is (189,253,225). Sum of RGB (Red+Green+Blue) = 189+253+225=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDE1 is #42021E. Grayscale: #E6E6E6. Windows color (decimal): -4325919 or 14810557. OLE color: 14810557.

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

Color convert

RGB189253225-
CMYK0.2500.110.01
HSL153.75º94.12%86.67%-
HSV(B)153.75º25.3%99.22%-
XYZ69.786.5184.26-
YUV230.67124.898.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.34%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 225 (88.28% from 255) = 33.73%
R=28.34%
G=37.93%
B=33.73%

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
Decimal1892532250.2500.110.01153.7594.1286.67
HexBDFDE1190B19a5e57
Octal275375341310131232136127
Binary101111011111110111100001110010101111001101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDE1; }

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

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

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

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

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

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

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

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