#BCF2B7

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

Shades of Madang #BCF2B7

Tints of Madang #BCF2B7

Color information

#BCF2B7 (or 0xBCF2B7) is unknown color: approx Madang. HEX triplet: BC, F2 and B7. RGB value is (188,242,183). Sum of RGB (Red+Green+Blue) = 188+242+183=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2B7 is #430D48. Grayscale: #DBDBDB. Windows color (decimal): -4394313 or 12055228. OLE color: 12055228.

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

Color convert

RGB188242183-
CMYK0.2200.240.05
HSL114.92º69.41%83.33%-
HSV(B)114.92º24.38%94.9%-
XYZ61.0477.6156.56-
YUV219.13107.61105.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 242 (94.92% from 255) = 39.48%
BLUE value IS 183 (71.88% from 255) = 29.85%
R=30.67%
G=39.48%
B=29.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882421830.2200.240.05114.9269.4183.33
HexBCF2B7160185734553
Octal274362267260305163105123
Binary10111100111100101011011110110011000101111001110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF2B7; }

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

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

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

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

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

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

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

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