#BCF2AF

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

Shades of Madang #BCF2AF

Tints of Madang #BCF2AF

Color information

#BCF2AF (or 0xBCF2AF) is unknown color: approx Madang. HEX triplet: BC, F2 and AF. RGB value is (188,242,175). Sum of RGB (Red+Green+Blue) = 188+242+175=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF2AF is #430D50. Grayscale: #DADADA. Windows color (decimal): -4394321 or 11530940. OLE color: 11530940.

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

Color convert

RGB188242175-
CMYK0.2200.280.05
HSL108.36º72.04%81.76%-
HSV(B)108.36º27.69%94.9%-
XYZ60.2377.2952.3-
YUV218.22103.61106.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 242 (94.92% from 255) = 40%
BLUE value IS 175 (68.75% from 255) = 28.93%
R=31.07%
G=40%
B=28.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421750.2200.280.05108.3672.0481.76
HexBCF2AF1601C56c4852
Octal274362257260345154110122
Binary10111100111100101010111110110011100101110110010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF2AF; }

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

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

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

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

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

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

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

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