#BCF8A4

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

Shades of Madang #BCF8A4

Tints of Madang #BCF8A4

Color information

#BCF8A4 (or 0xBCF8A4) is unknown color: approx Madang. HEX triplet: BC, F8 and A4. RGB value is (188,248,164). Sum of RGB (Red+Green+Blue) = 188+248+164=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 164 (64.45% from 255 or 27.33% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF8A4 is #43075B. Grayscale: #DCDCDC. Windows color (decimal): -4392796 or 10811580. OLE color: 10811580.

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

Color convert

RGB188248164-
CMYK0.2400.340.03
HSL102.86º85.71%80.78%-
HSV(B)102.86º33.87%97.25%-
XYZ61.0180.5147.45-
YUV220.4896.12104.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 248 (97.27% from 255) = 41.33%
BLUE value IS 164 (64.45% from 255) = 27.33%
R=31.33%
G=41.33%
B=27.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882481640.2400.340.03102.8685.7180.78
HexBCF8A4180223675651
Octal274370244300423147126121
Binary10111100111110001010010011000010001011110011110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8A4; }

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

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

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

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

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

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

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

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