#BCF8A2

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

Shades of Madang #BCF8A2

Tints of Madang #BCF8A2

Color information

#BCF8A2 (or 0xBCF8A2) is unknown color: approx Madang. HEX triplet: BC, F8 and A2. RGB value is (188,248,162). Sum of RGB (Red+Green+Blue) = 188+248+162=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 162 (63.67% from 255 or 27.09% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF8A2 is #43075D. Grayscale: #DCDCDC. Windows color (decimal): -4392798 or 10680508. OLE color: 10680508.

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

Color convert

RGB188248162-
CMYK0.2400.350.03
HSL101.86º86%80.39%-
HSV(B)101.86º34.68%97.25%-
XYZ60.8380.4346.5-
YUV220.2695.12104.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.44%
GREEN value IS 248 (97.27% from 255) = 41.47%
BLUE value IS 162 (63.67% from 255) = 27.09%
R=31.44%
G=41.47%
B=27.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882481620.2400.350.03101.868680.39
HexBCF8A2180233665650
Octal274370242300433146126120
Binary10111100111110001010001011000010001111110011010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8A2; }

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

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

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

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

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

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

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

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