#BCF5A8

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

Shades of Madang #BCF5A8

Tints of Madang #BCF5A8

Color information

#BCF5A8 (or 0xBCF5A8) is unknown color: approx Madang. HEX triplet: BC, F5 and A8. RGB value is (188,245,168). Sum of RGB (Red+Green+Blue) = 188+245+168=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 245 (96.09% from 255 or 40.77% from 601); Blue value is 168 (66.02% from 255 or 27.95% from 601); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF5A8 is #430A57. Grayscale: #DBDBDB. Windows color (decimal): -4393560 or 11072956. OLE color: 11072956.

HSL color Cylindrical-coordinate representation of color #BCF5A8: hue angle of 104.42º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCF5A8 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB188245168-
CMYK0.2300.310.04
HSL104.42º79.38%80.98%-
HSV(B)104.42º31.43%96.08%-
XYZ60.4678.8249.07-
YUV219.1899.12105.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 245 (96.09% from 255) = 40.77%
BLUE value IS 168 (66.02% from 255) = 27.95%
R=31.28%
G=40.77%
B=27.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882451680.2300.310.04104.4279.3880.98
HexBCF5A81701F4684f51
Octal274365250270374150117121
Binary10111100111101011010100010111011111100110100010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF5A8; }

 p { color: rgb(188,245,168); }

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

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

 a { background-color: rgb(188,245,168); }

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

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

 span { border-color: rgb(188,245,168); }

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