#BDFFE1

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

Shades of Mint Tulip #BDFFE1

Tints of Mint Tulip #BDFFE1

Color information

#BDFFE1 (or 0xBDFFE1) is unknown color: approx Mint Tulip. HEX triplet: BD, FF and E1. RGB value is (189,255,225). Sum of RGB (Red+Green+Blue) = 189+255+225=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFE1 is #42001E. Grayscale: #E7E7E7. Windows color (decimal): -4325407 or 14811069. OLE color: 14811069.

HSL color Cylindrical-coordinate representation of color #BDFFE1: hue angle of 152.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFE1 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB189255225-
CMYK0.2600.120
HSL152.73º100%87.06%-
HSV(B)152.73º25.88%100%-
XYZ70.3487.7884.47-
YUV231.85124.1397.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.25%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 225 (88.28% from 255) = 33.63%
R=28.25%
G=38.12%
B=33.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892552250.2600.120152.7310087.06
HexBDFFE11A0C0996457
Octal275377341320140231144127
Binary101111011111111111100001110100110001001100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFFE1; }

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

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

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

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

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

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

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

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