#BCF6DF

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

Shades of Mint Tulip #BCF6DF

Tints of Mint Tulip #BCF6DF

Color information

#BCF6DF (or 0xBCF6DF) is unknown color: approx Mint Tulip. HEX triplet: BC, F6 and DF. RGB value is (188,246,223). Sum of RGB (Red+Green+Blue) = 188+246+223=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 246 (96.48% from 255 or 37.44% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF6DF is #430920. Grayscale: #E2E2E2. Windows color (decimal): -4393249 or 14677692. OLE color: 14677692.

HSL color Cylindrical-coordinate representation of color #BCF6DF: hue angle of 156.21º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6DF is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB188246223-
CMYK0.2400.090.04
HSL156.21º76.32%85.1%-
HSV(B)156.21º23.58%96.47%-
XYZ67.0181.9382.09-
YUV226.04126.28100.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.61%
GREEN value IS 246 (96.48% from 255) = 37.44%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=28.61%
G=37.44%
B=33.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882462230.2400.090.04156.2176.3285.1
HexBCF6DF180949c4c55
Octal274366337300114234114125
Binary10111100111101101101111111000010011001001110010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6DF; }

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

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

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

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

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

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

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

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