#BCF2AD

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

Shades of Madang #BCF2AD

Tints of Madang #BCF2AD

Color information

#BCF2AD (or 0xBCF2AD) is unknown color: approx Madang. HEX triplet: BC, F2 and AD. RGB value is (188,242,173). Sum of RGB (Red+Green+Blue) = 188+242+173=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 242 (94.92% from 255 or 40.13% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF2AD is #430D52. Grayscale: #DADADA. Windows color (decimal): -4394323 or 11399868. OLE color: 11399868.

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

Color convert

RGB188242173-
CMYK0.2200.290.05
HSL106.96º72.63%81.37%-
HSV(B)106.96º28.51%94.9%-
XYZ60.0377.2151.27-
YUV217.99102.61106.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 242 (94.92% from 255) = 40.13%
BLUE value IS 173 (67.97% from 255) = 28.69%
R=31.18%
G=40.13%
B=28.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421730.2200.290.05106.9672.6381.37
HexBCF2AD1601D56b4951
Octal274362255260355153111121
Binary10111100111100101010110110110011101101110101110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF2AD; }

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

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

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

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

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

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

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

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