#BCF6AD

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

Shades of Madang #BCF6AD

Tints of Madang #BCF6AD

Color information

#BCF6AD (or 0xBCF6AD) is unknown color: approx Madang. HEX triplet: BC, F6 and AD. RGB value is (188,246,173). Sum of RGB (Red+Green+Blue) = 188+246+173=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF6AD is #430952. Grayscale: #DCDCDC. Windows color (decimal): -4393299 or 11400892. OLE color: 11400892.

HSL color Cylindrical-coordinate representation of color #BCF6AD: hue angle of 107.67º degrees, saturation: 0.8, 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 #BCF6AD is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB188246173-
CMYK0.2400.300.04
HSL107.67º80.22%82.16%-
HSV(B)107.67º29.67%96.47%-
XYZ61.2479.6251.68-
YUV220.34101.28104.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 246 (96.48% from 255) = 40.53%
BLUE value IS 173 (67.97% from 255) = 28.50%
R=30.97%
G=40.53%
B=28.50%

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
Decimal1882461730.2400.300.04107.6780.2282.16
HexBCF6AD1801E46c5052
Octal274366255300364154120122
Binary10111100111101101010110111000011110100110110010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6AD; }

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

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

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

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

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

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

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

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