#BCF9AE

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

Shades of Madang #BCF9AE

Tints of Madang #BCF9AE

Color information

#BCF9AE (or 0xBCF9AE) is unknown color: approx Madang. HEX triplet: BC, F9 and AE. RGB value is (188,249,174). Sum of RGB (Red+Green+Blue) = 188+249+174=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF9AE is #430651. Grayscale: #DEDEDE. Windows color (decimal): -4392530 or 11467196. OLE color: 11467196.

HSL color Cylindrical-coordinate representation of color #BCF9AE: hue angle of 108.8º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCF9AE is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB188249174-
CMYK0.2400.300.02
HSL108.8º86.21%82.94%-
HSV(B)108.8º30.12%97.65%-
XYZ62.2581.552.49-
YUV222.21100.79103.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.77%
GREEN value IS 249 (97.66% from 255) = 40.75%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=30.77%
G=40.75%
B=28.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882491740.2400.300.02108.886.2182.94
HexBCF9AE1801E26d5653
Octal274371256300362155126123
Binary1011110011111001101011101100001111010110110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF9AE; }

 p { color: rgb(188,249,174); }

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

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

 a { background-color: rgb(188,249,174); }

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

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

 span { border-color: rgb(188,249,174); }

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