#BCF6AB

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

Shades of Madang #BCF6AB

Tints of Madang #BCF6AB

Color information

#BCF6AB (or 0xBCF6AB) is unknown color: approx Madang. HEX triplet: BC, F6 and AB. RGB value is (188,246,171). Sum of RGB (Red+Green+Blue) = 188+246+171=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 246 (96.48% from 255 or 40.66% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF6AB is #430954. Grayscale: #DCDCDC. Windows color (decimal): -4393301 or 11269820. OLE color: 11269820.

HSL color Cylindrical-coordinate representation of color #BCF6AB: hue angle of 106.4º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCF6AB is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB188246171-
CMYK0.2400.300.04
HSL106.4º80.65%81.76%-
HSV(B)106.4º30.49%96.47%-
XYZ61.0579.5450.66-
YUV220.11100.28105.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 246 (96.48% from 255) = 40.66%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=31.07%
G=40.66%
B=28.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882461710.2400.300.04106.480.6581.76
HexBCF6AB1801E46a5152
Octal274366253300364152121122
Binary10111100111101101010101111000011110100110101010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6AB; }

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

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

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

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

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

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

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

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