#BCF8DF

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

Shades of Mint Tulip #BCF8DF

Tints of Mint Tulip #BCF8DF

Color information

#BCF8DF (or 0xBCF8DF) is unknown color: approx Mint Tulip. HEX triplet: BC, F8 and DF. RGB value is (188,248,223). Sum of RGB (Red+Green+Blue) = 188+248+223=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF8DF is #430720. Grayscale: #E3E3E3. Windows color (decimal): -4392737 or 14678204. OLE color: 14678204.

HSL color Cylindrical-coordinate representation of color #BCF8DF: hue angle of 155º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF8DF is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB188248223-
CMYK0.2400.100.03
HSL155º81.08%85.49%-
HSV(B)155º24.19%97.25%-
XYZ67.6383.1582.3-
YUV227.21125.62100.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.53%
GREEN value IS 248 (97.27% from 255) = 37.63%
BLUE value IS 223 (87.5% from 255) = 33.84%
R=28.53%
G=37.63%
B=33.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882482230.2400.100.0315581.0885.49
HexBCF8DF180A39b5155
Octal274370337300123233121125
Binary1011110011111000110111111100001010111001101110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8DF; }

 p { color: rgb(188,248,223); }

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

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

 a { background-color: rgb(188,248,223); }

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

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

 span { border-color: rgb(188,248,223); }

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