#BDF2DE

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

Shades of Mint Tulip #BDF2DE

Tints of Mint Tulip #BDF2DE

Color information

#BDF2DE (or 0xBDF2DE) is unknown color: approx Mint Tulip. HEX triplet: BD, F2 and DE. RGB value is (189,242,222). Sum of RGB (Red+Green+Blue) = 189+242+222=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2DE is #420D21. Grayscale: #DFDFDF. Windows color (decimal): -4328738 or 14611133. OLE color: 14611133.

HSL color Cylindrical-coordinate representation of color #BDF2DE: hue angle of 157.36º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2DE is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB189242222-
CMYK0.2200.080.05
HSL157.36º67.09%84.51%-
HSV(B)157.36º21.9%94.9%-
XYZ65.9279.681-
YUV223.87126.94103.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.94%
GREEN value IS 242 (94.92% from 255) = 37.06%
BLUE value IS 222 (87.11% from 255) = 34.00%
R=28.94%
G=37.06%
B=34.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892422220.2200.080.05157.3667.0984.51
HexBDF2DE160859d4355
Octal275362336260105235103125
Binary10111101111100101101111010110010001011001110110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF2DE; }

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

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

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

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

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

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

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

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