#BDFCDF

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

Shades of Mint Tulip #BDFCDF

Tints of Mint Tulip #BDFCDF

Color information

#BDFCDF (or 0xBDFCDF) is unknown color: approx Mint Tulip. HEX triplet: BD, FC and DF. RGB value is (189,252,223). Sum of RGB (Red+Green+Blue) = 189+252+223=664 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.46% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCDF is #420320. Grayscale: #E5E5E5. Windows color (decimal): -4326177 or 14679229. OLE color: 14679229.

HSL color Cylindrical-coordinate representation of color #BDFCDF: hue angle of 152.38º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCDF is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB189252223-
CMYK0.2500.120.01
HSL152.38º91.3%86.47%-
HSV(B)152.38º25%98.82%-
XYZ69.1285.7782.72-
YUV229.86124.1398.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.46%
GREEN value IS 252 (98.83% from 255) = 37.95%
BLUE value IS 223 (87.5% from 255) = 33.58%
R=28.46%
G=37.95%
B=33.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892522230.2500.120.01152.3891.386.47
HexBDFCDF190C1985b56
Octal275374337310141230133126
Binary101111011111110011011111110010110011001100010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCDF; }

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

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

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

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

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

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

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

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