#BDF6DE

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

Shades of Mint Tulip #BDF6DE

Tints of Mint Tulip #BDF6DE

Color information

#BDF6DE (or 0xBDF6DE) is unknown color: approx Mint Tulip. HEX triplet: BD, F6 and DE. RGB value is (189,246,222). Sum of RGB (Red+Green+Blue) = 189+246+222=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6DE is #420921. Grayscale: #E2E2E2. Windows color (decimal): -4327714 or 14612157. OLE color: 14612157.

HSL color Cylindrical-coordinate representation of color #BDF6DE: hue angle of 154.74º 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 #BDF6DE is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB189246222-
CMYK0.2300.100.04
HSL154.74º76%85.29%-
HSV(B)154.74º23.17%96.47%-
XYZ67.138281.4-
YUV226.22125.62101.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 246 (96.48% from 255) = 37.44%
BLUE value IS 222 (87.11% from 255) = 33.79%
R=28.77%
G=37.44%
B=33.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892462220.2300.100.04154.747685.29
HexBDF6DE170A49b4c55
Octal275366336270124233114125
Binary10111101111101101101111010111010101001001101110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF6DE; }

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

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

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

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

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

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

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

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