#BDF7E1

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

Shades of Mint Tulip #BDF7E1

Tints of Mint Tulip #BDF7E1

Color information

#BDF7E1 (or 0xBDF7E1) is unknown color: approx Mint Tulip. HEX triplet: BD, F7 and E1. RGB value is (189,247,225). Sum of RGB (Red+Green+Blue) = 189+247+225=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 247 (96.88% from 255 or 37.37% from 661); Blue value is 225 (88.28% from 255 or 34.04% from 661); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7E1 is #42081E. Grayscale: #E3E3E3. Windows color (decimal): -4327455 or 14809021. OLE color: 14809021.

HSL color Cylindrical-coordinate representation of color #BDF7E1: hue angle of 157.24º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7E1 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB189247225-
CMYK0.2300.090.03
HSL157.24º78.38%85.49%-
HSV(B)157.24º23.48%96.86%-
XYZ67.8482.7883.64-
YUV227.15126.78100.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.59%
GREEN value IS 247 (96.88% from 255) = 37.37%
BLUE value IS 225 (88.28% from 255) = 34.04%
R=28.59%
G=37.37%
B=34.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892472250.2300.090.03157.2478.3885.49
HexBDF7E1170939d4e55
Octal275367341270113235116125
Binary1011110111110111111000011011101001111001110110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7E1; }

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

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

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

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

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

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

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

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