#BCF5DF

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

Shades of Mint Tulip #BCF5DF

Tints of Mint Tulip #BCF5DF

Color information

#BCF5DF (or 0xBCF5DF) is unknown color: approx Mint Tulip. HEX triplet: BC, F5 and DF. RGB value is (188,245,223). Sum of RGB (Red+Green+Blue) = 188+245+223=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5DF is #430A20. Grayscale: #E1E1E1. Windows color (decimal): -4393505 or 14677436. OLE color: 14677436.

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

Color convert

RGB188245223-
CMYK0.2300.090.04
HSL156.84º74.03%84.9%-
HSV(B)156.84º23.27%96.08%-
XYZ66.7181.3281.99-
YUV225.45126.62101.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.66%
GREEN value IS 245 (96.09% from 255) = 37.35%
BLUE value IS 223 (87.5% from 255) = 33.99%
R=28.66%
G=37.35%
B=33.99%

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
Decimal1882452230.2300.090.04156.8474.0384.9
HexBCF5DF170949d4a55
Octal274365337270114235112125
Binary10111100111101011101111110111010011001001110110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF5DF; }

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

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

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

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

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

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

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

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