#BCF1DC

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

Shades of Mint Tulip #BCF1DC

Tints of Mint Tulip #BCF1DC

Color information

#BCF1DC (or 0xBCF1DC) is unknown color: approx Mint Tulip. HEX triplet: BC, F1 and DC. RGB value is (188,241,220). Sum of RGB (Red+Green+Blue) = 188+241+220=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1DC is #430E23. Grayscale: #DEDEDE. Windows color (decimal): -4394532 or 14479804. OLE color: 14479804.

HSL color Cylindrical-coordinate representation of color #BCF1DC: hue angle of 156.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF1DC is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB188241220-
CMYK0.2200.090.05
HSL156.23º65.43%84.12%-
HSV(B)156.23º21.99%94.51%-
XYZ65.1178.7779.48-
YUV222.76126.44103.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.97%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 220 (86.33% from 255) = 33.90%
R=28.97%
G=37.13%
B=33.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882412200.2200.090.05156.2365.4384.12
HexBCF1DC160959c4154
Octal274361334260115234101124
Binary10111100111100011101110010110010011011001110010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF1DC; }

 p { color: rgb(188,241,220); }

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

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

 a { background-color: rgb(188,241,220); }

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

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

 span { border-color: rgb(188,241,220); }

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