#BDF6E1

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

Shades of Mint Tulip #BDF6E1

Tints of Mint Tulip #BDF6E1

Color information

#BDF6E1 (or 0xBDF6E1) is unknown color: approx Mint Tulip. HEX triplet: BD, F6 and E1. RGB value is (189,246,225). Sum of RGB (Red+Green+Blue) = 189+246+225=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 246 (96.48% from 255 or 37.27% from 660); Blue value is 225 (88.28% from 255 or 34.09% from 660); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6E1 is #42091E. Grayscale: #E2E2E2. Windows color (decimal): -4327711 or 14808765. OLE color: 14808765.

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

Color convert

RGB189246225-
CMYK0.2300.090.04
HSL157.89º76%85.29%-
HSV(B)157.89º23.17%96.47%-
XYZ67.5382.1783.53-
YUV226.56127.12101.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.64%
GREEN value IS 246 (96.48% from 255) = 37.27%
BLUE value IS 225 (88.28% from 255) = 34.09%
R=28.64%
G=37.27%
B=34.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892462250.2300.090.04157.897685.29
HexBDF6E1170949e4c55
Octal275366341270114236114125
Binary10111101111101101110000110111010011001001111010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6E1; }

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

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

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

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

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

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

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

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