#BCF8A6

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

Shades of Madang #BCF8A6

Tints of Madang #BCF8A6

Color information

#BCF8A6 (or 0xBCF8A6) is unknown color: approx Madang. HEX triplet: BC, F8 and A6. RGB value is (188,248,166). Sum of RGB (Red+Green+Blue) = 188+248+166=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 166 (65.23% from 255 or 27.57% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF8A6 is #430759. Grayscale: #DCDCDC. Windows color (decimal): -4392794 or 10942652. OLE color: 10942652.

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

Color convert

RGB188248166-
CMYK0.2400.330.03
HSL103.9º85.42%81.18%-
HSV(B)103.9º33.06%97.25%-
XYZ61.1980.5848.4-
YUV220.7197.12104.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 248 (97.27% from 255) = 41.20%
BLUE value IS 166 (65.23% from 255) = 27.57%
R=31.23%
G=41.20%
B=27.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882481660.2400.330.03103.985.4281.18
HexBCF8A6180213685551
Octal274370246300413150125121
Binary10111100111110001010011011000010000111110100010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8A6; }

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

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

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

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

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

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

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

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