#BDF5DF

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

Shades of Mint Tulip #BDF5DF

Tints of Mint Tulip #BDF5DF

Color information

#BDF5DF (or 0xBDF5DF) is unknown color: approx Mint Tulip. HEX triplet: BD, F5 and DF. RGB value is (189,245,223). Sum of RGB (Red+Green+Blue) = 189+245+223=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF5DF is #420A20. Grayscale: #E1E1E1. Windows color (decimal): -4327969 or 14677437. OLE color: 14677437.

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

Color convert

RGB189245223-
CMYK0.2300.090.04
HSL156.43º73.68%85.1%-
HSV(B)156.43º22.86%96.08%-
XYZ66.9681.4582-
YUV225.75126.45101.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 245 (96.09% from 255) = 37.29%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=28.77%
G=37.29%
B=33.94%

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
Decimal1892452230.2300.090.04156.4373.6885.1
HexBDF5DF170949c4a55
Octal275365337270114234112125
Binary10111101111101011101111110111010011001001110010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF5DF; }

 p { color: rgb(189,245,223); }

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

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

 a { background-color: rgb(189,245,223); }

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

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

 span { border-color: rgb(189,245,223); }

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